This is an automated email from the ASF dual-hosted git repository.
carryxyh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git
The following commit(s) were added to refs/heads/master by this push:
new 4c96814 update comment for "dynamic" field (#3900)
4c96814 is described below
commit 4c96814185825a961c2b4010096ed9f54f4fd8a5
Author: liujunzxcv <[email protected]>
AuthorDate: Mon Apr 22 10:07:21 2019 +0800
update comment for "dynamic" field (#3900)
update comment for "dynamic" field
---
.../src/main/java/org/apache/dubbo/config/AbstractServiceConfig.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractServiceConfig.java
b/dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractServiceConfig.java
index 5fa02eb..0fb2909 100644
---
a/dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractServiceConfig.java
+++
b/dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractServiceConfig.java
@@ -71,8 +71,8 @@ public abstract class AbstractServiceConfig extends
AbstractInterfaceConfig {
protected String document;
/**
- * Whether to register as a dynamic service or not on register center, it
the value is false, the status will be disabled
- * after the service registered,and it needs to be enabled manually; if
you want to disable the service, you also need
+ * Whether to register as a dynamic service or not on register center, the
value is true, the status will be enabled
+ * after the service registered,and it needs to be disabled manually; if
you want to disable the service, you also need
* manual processing
*/
protected Boolean dynamic = true;