VGalaxies commented on code in PR #654:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/pull/654#discussion_r1963074454


##########
hugegraph-client/src/main/java/org/apache/hugegraph/structure/constant/EdgeLabelType.java:
##########
@@ -46,6 +48,10 @@ public boolean normal() {
         return this == NORMAL;
     }
 
+    public boolean general(){

Review Comment:
   ```suggestion
       public boolean general() {
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to