mneethiraj commented on code in PR #6749: URL: https://github.com/apache/hadoop/pull/6749#discussion_r1570907510
########## hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSPermissionChecker.java: ########## @@ -89,6 +89,7 @@ private String toAccessControlString(INodeAttributes inodeAttrib, private final Collection<String> groups; private final boolean isSuper; private final INodeAttributeProvider attributeProvider; + private final AccessControlEnforcer accessControlEnforcer; Review Comment: @jojochuang, @ZanderXu - thank you for reviewing the PR. Updated to use a single space between `AccessControlEnforcer` and `accessControlEnforcer`. -- 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]
