wujysh commented on a change in pull request #35: Fix sonar tianyu
URL: https://github.com/apache/incubator-iotdb/pull/35#discussion_r251741021
 
 

 ##########
 File path: iotdb/src/main/java/org/apache/iotdb/db/metadata/MGraph.java
 ##########
 @@ -33,7 +33,8 @@
 public class MGraph implements Serializable {
 
   private static final long serialVersionUID = 8214849219614352834L;
-  private final String separator = "\\.";
+  private static final String separator = "\\.";
+  private static final String TIME_SERIES_INCORRECT="Timeseries's root is not 
Correct. RootName: ";
 
 Review comment:
   code style?

----------------------------------------------------------------
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