lasdf1234 commented on code in PR #11848:
URL: https://github.com/apache/gravitino/pull/11848#discussion_r3527446727


##########
core/src/main/java/org/apache/gravitino/authorization/AccessControlDispatcher.java:
##########
@@ -63,6 +78,19 @@ User addUser(String metalake, String user)
    */
   boolean removeUser(String metalake, String user) throws 
NoSuchMetalakeException;
 
+  /**
+   * Removes a User by external identifier.
+   *
+   * @param metalake The Metalake of the User.
+   * @param externalId The external identifier of the User.
+   * @return True if the User was removed, false otherwise.
+   * @throws NoSuchUserException If the User with the given external id does 
not exist.

Review Comment:
   Thank you for your suggestion. This section of Java documentation has been 
fixed, and I have also checked the other documentation in this PR. Similar 
issues have been eliminated.



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