ChenSammi commented on code in PR #4565:
URL: https://github.com/apache/ozone/pull/4565#discussion_r1168731043


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/security/acl/OzoneNativeAuthorizer.java:
##########
@@ -217,13 +227,14 @@ private boolean isOwner(UserGroupInformation callerUgi, 
String ownerName) {
     return false;
   }
 
-  private boolean isAdmin(UserGroupInformation callerUgi) {
+  private boolean isAdmin(OzoneAdmins pOzAdmins,
+                      UserGroupInformation callerUgi) {

Review Comment:
   Indention is not correct. It's 4 space indent for a continuous line in 
Ozone. 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to