You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/01/24 07:37:35 UTC

[GitHub] Beyyes commented on a change in pull request #25: Fix sonar

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

 ##########
 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:
   all lower case?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services