bdelacretaz commented on a change in pull request #10:
URL:
https://github.com/apache/sling-org-apache-sling-repoinit-parser/pull/10#discussion_r628089153
##########
File path: src/main/javacc/RepoInitGrammar.jjt
##########
@@ -541,6 +544,42 @@ void setAclPrincipalBased(List<Operation> result) :
}
}
+void removeAclPaths(List<Operation> result) :
Review comment:
I missed this in a previous review: as we changed the syntax to use
delete instead of remove, these productions should also be called delete*
instead of remove*, for clarity.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]