kr11 commented on a change in pull request #35: Fix sonar tianyu
URL: https://github.com/apache/incubator-iotdb/pull/35#discussion_r252104682
##########
File path:
iotdb/src/main/java/org/apache/iotdb/db/metadata/MetadataConstant.java
##########
@@ -19,10 +19,12 @@
package org.apache.iotdb.db.metadata;
public class MetadataConstant {
-
- public static String ROOT = "root";
- public static String METADATA_OBJ = "mdata.obj";
- public static String METADATA_LOG = "mlog.txt";
- public static String METADATA_TEMP = ".temp";
+ private MetadataConstant(){
+ //allowed do nothing
Review comment:
to
----------------------------------------------------------------
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