anchela commented on code in PR #1128: URL: https://github.com/apache/jackrabbit-oak/pull/1128#discussion_r1371646420
########## oak-core/src/main/java/org/apache/jackrabbit/oak/security/user/UserPrincipalProvider.java: ########## @@ -209,6 +203,21 @@ public Iterator<? extends Principal> findPrincipals(int searchType) { } //------------------------------------------------------------< private >--- + + GroupPrincipalFactory createGroupPrincipalFactory() { Review Comment: the return value should be annotated with '@NotNull' and the methods should be private. IMHO nobody outside this class needs to access it. -- 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: dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org