javeme commented on code in PR #331:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/pull/331#discussion_r1030487102


##########
hugegraph-client/src/main/java/com/baidu/hugegraph/structure/constant/T.java:
##########
@@ -21,6 +21,6 @@
 
 public class T {
 
-    public static final String id = "id";
-    public static final String label = "label";
+    public static final String ID = "id";
+    public static final String LABEL = "label";

Review Comment:
   maybe to adapt code style for the const var



-- 
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: dev-unsubscr...@hugegraph.apache.org

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

Reply via email to