jerqi commented on code in PR #6372: URL: https://github.com/apache/gravitino/pull/6372#discussion_r1929680942
########## authorizations/authorization-common/src/main/java/org/apache/gravitino/authorization/common/AuthorizationProperties.java: ########## @@ -34,21 +34,4 @@ public AuthorizationProperties(Map<String, String> properties) { public abstract String getPropertiesPrefix(); public abstract void validate(); - - public static void validate(String type, Map<String, String> properties) { Review Comment: Yes, this method is only used by chainedAuthzPlugin. -- 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