bdelacretaz commented on code in PR #27:
URL: 
https://github.com/apache/sling-org-apache-sling-repoinit-parser/pull/27#discussion_r1064627289


##########
src/test/java/org/apache/sling/repoinit/parser/test/OperationToStringVisitor.java:
##########
@@ -223,6 +224,16 @@ public void visitCreatePath(CreatePath cp) {
         }
     }
 
+    @Override
+    public void visitCreateNode(EnsureNodes cn) {

Review Comment:
   As the operation class is called EnsureNodes I think this method should be 
called `visitEnsureNodes` for consistency



-- 
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...@sling.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to