You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2018/11/29 09:10:54 UTC

[incubator-dubbo] branch dev-metadata updated: add fixme comment

This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch dev-metadata
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/dev-metadata by this push:
     new 38a8fad  add fixme comment
38a8fad is described below

commit 38a8fad488cc8a0d0d9b448f6f90357bd708271a
Author: ken.lj <ke...@gmail.com>
AuthorDate: Thu Nov 29 17:10:43 2018 +0800

    add fixme comment
---
 .../main/java/org/apache/dubbo/configcenter/ConfigurationListener.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dubbo-configcenter/dubbo-configcenter-api/src/main/java/org/apache/dubbo/configcenter/ConfigurationListener.java b/dubbo-configcenter/dubbo-configcenter-api/src/main/java/org/apache/dubbo/configcenter/ConfigurationListener.java
index 7c7a131..7031a07 100644
--- a/dubbo-configcenter/dubbo-configcenter-api/src/main/java/org/apache/dubbo/configcenter/ConfigurationListener.java
+++ b/dubbo-configcenter/dubbo-configcenter-api/src/main/java/org/apache/dubbo/configcenter/ConfigurationListener.java
@@ -22,6 +22,7 @@ package org.apache.dubbo.configcenter;
 public interface ConfigurationListener {
 
     /**
+     * FIXME should it be synchronized?
      * Listener call back method. Listener gets notified by this method once there's any change happens on the config
      * the listener listens on.
      *