jsedding commented on code in PR #45:
URL:
https://github.com/apache/sling-org-apache-sling-jcr-repoinit/pull/45#discussion_r1387262981
##########
src/main/java/org/apache/sling/jcr/repoinit/impl/DoNothingVisitor.java:
##########
@@ -66,7 +66,7 @@ protected DoNothingVisitor(Session s) {
session = s;
}
- protected void report(Exception e, String message) {
+ protected static void report(Exception e, String message) {
Review Comment:
It is used within the `AclVisitor.Instruction` enum, where it isn't
accessible as an instance method of `AclVisitor`.
--
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]