z7658329 commented on code in PR #2019:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2019#discussion_r1028168546


##########
hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceObject.java:
##########
@@ -82,8 +83,8 @@ public static ResourceObject<HugeElement> of(String graph,
         return new ResourceObject<>(graph, resType, elem);
     }
 
-    public static ResourceObject<SchemaDefine.AuthElement> of(String graph,
-                                                              
SchemaDefine.AuthElement elem) {
+    public static ResourceObject<AuthElement> of(String graph,
+                                                              AuthElement 
elem) {

Review Comment:
   can we fix this in next pr? i find there are so many files need to update if 
we want to keep the same code style, for example, somtimes will use static 
import while sometime not;   @javeme @imbajin 



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

Reply via email to