Skip to content

Commit 4c96814

Browse files
liujunzxcvcarryxyh
authored andcommitted
update comment for "dynamic" field (#3900)
update comment for "dynamic" field
1 parent 3a5f905 commit 4c96814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractServiceConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ public abstract class AbstractServiceConfig extends AbstractInterfaceConfig {
7171
protected String document;
7272

7373
/**
74-
* Whether to register as a dynamic service or not on register center, it the value is false, the status will be disabled
75-
* after the service registered,and it needs to be enabled manually; if you want to disable the service, you also need
74+
* Whether to register as a dynamic service or not on register center, the value is true, the status will be enabled
75+
* after the service registered,and it needs to be disabled manually; if you want to disable the service, you also need
7676
* manual processing
7777
*/
7878
protected Boolean dynamic = true;

0 commit comments

Comments
 (0)