jerqi commented on code in PR #4879: URL: https://github.com/apache/gravitino/pull/4879#discussion_r1777020822
########## clients/client-java/src/main/java/org/apache/gravitino/client/GravitinoClient.java: ########## @@ -227,6 +227,15 @@ public Group getGroup(String group) throws NoSuchGroupException, NoSuchMetalakeE return getMetalake().getGroup(group); } + Review Comment: Javadoc is necessary. -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org