stefanseifert commented on code in PR #20:
URL: 
https://github.com/apache/sling-org-apache-sling-testing-jcr-mock/pull/20#discussion_r1190744250


##########
src/main/java/org/apache/sling/testing/mock/jcr/MockAuthorizable.java:
##########
@@ -67,7 +66,7 @@ abstract class MockAuthorizable implements Authorizable {
                 intermediatePath = "/home/users"; // NOSONAR
             }
         }
-        this.path = Paths.get(intermediatePath, this.id).toString();
+        this.path = intermediatePath + "/" + this.id;

Review Comment:
   i've created https://issues.apache.org/jira/browse/SLING-11870 to streamline 
the oak dependency in jcr-mock, we can approach this after #21 was merged.



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