mneethiraj commented on code in PR #766:
URL: https://github.com/apache/ranger/pull/766#discussion_r2608538484
##########
plugin-ozone/src/main/java/org/apache/ranger/authorization/ozone/authorizer/RangerOzoneAuthorizer.java:
##########
@@ -77,6 +93,11 @@ public RangerOzoneAuthorizer() {
}
}
+ // for testing only
Review Comment:
`@VisibleForTesting` drags unnecessary library dependecy (like guava or
hadoop-annotations); hence avoided this. Also, the visibiblity of this
contructor is package-private; hence there is no risk of use outside this
library.
--
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]