reschke commented on code in PR #108:
URL: 
https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/108#discussion_r1432823196


##########
src/main/java/org/apache/sling/resourceresolver/impl/mapping/MapEntries.java:
##########
@@ -1288,50 +1288,60 @@ private Iterator<Resource> queryAllVanityPaths(String 
query) {
         return it;
     }
 
+    /**
+     * Utility class for running paged queries.
+     */
     private class PagedQueryIterator implements Iterator<Resource> {

Review Comment:
   Maybe once we need it outside MapEntries. Wanted to miminize the diff for 
now.



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