bdelacretaz commented on a change in pull request #9:
URL: 
https://github.com/apache/sling-org-apache-sling-repoinit-parser/pull/9#discussion_r600335701



##########
File path: 
src/main/java/org/apache/sling/repoinit/parser/operations/Operation.java
##########
@@ -41,4 +46,20 @@ public static String cleanupQuotedString(String s) {
         }
         return s;
     }
+
+    @NotNull
+    static String escape(@NotNull String s) {

Review comment:
       escapeQuotes might be good as a more specific method name?




-- 
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]


Reply via email to