Skip to content

Commit

Permalink
update comment for "dynamic" field (#3900)
Browse files Browse the repository at this point in the history
update comment for "dynamic" field
  • Loading branch information
liujunzxcv authored and carryxyh committed Apr 22, 2019
1 parent 3a5f905 commit 4c96814
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4c96814

Please sign in to comment.