imbajin commented on code in PR #2019: URL: https://github.com/apache/incubator-hugegraph/pull/2019#discussion_r1027639080
########## hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraph.java: ########## @@ -247,7 +247,7 @@ public interface HugeGraph extends Graph { <K, V> V option(TypedOption<K, V> option); void registerRpcServices(RpcServiceConfig4Server serverConfig, - RpcServiceConfig4Client clientConfig); + RpcServiceConfig4Client clientConfig); Review Comment: misoperation? ########## 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 -- 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