Comment formatting optimization

pull/656/head
chen.ma 2 years ago
parent 4d802c5084
commit b9247ef8d1

@ -46,7 +46,7 @@ public class AdapterExecutorProperties {
private Integer maximumPoolSize; private Integer maximumPoolSize;
/** /**
* nodes,application startup is not affect,change properties is effect * Nodes, application startup is not affect, change properties is effect
*/ */
private String nodes; private String nodes;
} }

@ -104,7 +104,7 @@ public class ExecutorProperties {
private DynamicThreadPoolNotifyProperties notify; private DynamicThreadPoolNotifyProperties notify;
/** /**
* nodes,application startup is not affect,change properties is effect * Nodes, application startup is not affect, change properties is effect
*/ */
private String nodes; private String nodes;
} }

@ -41,7 +41,7 @@ public class WebThreadPoolProperties {
private Integer keepAliveTime; private Integer keepAliveTime;
/** /**
* nodes,application startup is not affect,change properties is effect * Nodes, application startup is not affect, change properties is effect
*/ */
private String nodes; private String nodes;
} }

Loading…
Cancel
Save