cziegeler commented on code in PR #22:
URL: 
https://github.com/apache/sling-org-apache-sling-servlets-post/pull/22#discussion_r1346880573


##########
src/main/java/org/apache/sling/servlets/post/impl/operations/ModifyOperation.java:
##########
@@ -134,13 +163,13 @@ protected String getResourcePath(SlingHttpServletRequest 
request) {
             // check whether it is a create request (trailing /)
             if (suffix.endsWith(SlingPostConstants.DEFAULT_CREATE_SUFFIX)) {
                 suffix = suffix.substring(0, suffix.length()
-                    - SlingPostConstants.DEFAULT_CREATE_SUFFIX.length());
+                        - SlingPostConstants.DEFAULT_CREATE_SUFFIX.length());

Review Comment:
   From here on there are a lot of formatting changes; it would be good to 
leave them out of the PR



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

Reply via email to