GeorgeJahad commented on code in PR #5069:
URL: https://github.com/apache/ozone/pull/5069#discussion_r1265790254
##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/security/acl/OzoneAccessAuthorizer.java:
##########
@@ -23,6 +23,13 @@
* */
public class OzoneAccessAuthorizer implements IAccessAuthorizer {
+ private static final OzoneAccessAuthorizer INSTANCE =
Review Comment:
Is it worth adding a comment here explaining why the constructor isn't
private?
--
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]