z7658329 commented on code in PR #2019: URL: https://github.com/apache/incubator-hugegraph/pull/2019#discussion_r1028951125
########## 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: > merge to one line if < 100 ok i fixed it -- 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