schaefa commented on a change in pull request #15: Feature/sling 7768: String 
Interpolation for ETC Map
URL: 
https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/15#discussion_r370225790
 
 

 ##########
 File path: 
src/test/java/org/apache/sling/resourceresolver/impl/MockedResourceResolverImplTest.java
 ##########
 @@ -428,15 +429,15 @@ private Resource buildResource(String fullpath, 
Iterable<Resource> children, Res
     }
 
 
-    /**
-     * extract the name from a path.
-     * @param fullpath
-     * @return
-     */
-    private String getName(String fullpath) {
-        int n = fullpath.lastIndexOf("/");
-        return fullpath.substring(n+1);
-    }
+//    /**
 
 Review comment:
   Not my change but will do

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to