kr11 commented on a change in pull request #25: Fix sonar
URL: https://github.com/apache/incubator-iotdb/pull/25#discussion_r250512139
 
 

 ##########
 File path: 
iotdb-cli/src/main/java/org/apache/iotdb/cli/client/AbstractClient.java
 ##########
 @@ -132,7 +132,7 @@
   protected static int[] maxValueLengthForShow = new int[]{75, 45, 8, 8};
   protected static String formatTime = "%" + maxTimeLength + "s|";
   protected static String formatValue = "%" + maxValueLength + "s|";
-  protected static int DIVIDING_LINE_LEN = 40;
+  protected static int dividinglinelen = 40;
 
 Review comment:
   Maybe dividingLineLen is better?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to