LeeGuoPing commented on a change in pull request #11800:
URL: https://github.com/apache/shardingsphere/pull/11800#discussion_r691826834



##########
File path: 
shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/config/properties/ConfigurationPropertyKey.java
##########
@@ -116,7 +116,7 @@
     /**
      * Whether enable show process list.
      */
-    SHOW_PROCESS_LIST_ENABLED("show-process-list-enabled", 
String.valueOf(false), boolean.class),
+    SHOW_PROCESS_LIST_ENABLED("show-process-list-enabled", 
String.valueOf(Boolean.FALSE), boolean.class),

Review comment:
       @tristaZero Other place of this class, use 
`String.valueOf(Boolean.FALSE)`. I think it is more better use the same way.
    
   
![image](https://user-images.githubusercontent.com/35389145/130019623-9a337f17-5ea0-4db2-8182-a2c3a7247251.png)
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to