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


##########
src/main/java/org/apache/sling/resourceresolver/impl/mapping/MapEntries.java:
##########
@@ -1704,12 +1713,15 @@ private final class MapEntryIterator implements 
Iterator<MapEntry> {
         private MapEntry nextSpecial;
 
         private boolean vanityPathPrecedence;
+        private final Function<String, List<MapEntry>> 
getCurrentMapEntryForVanityPath;
 
-        public MapEntryIterator(final String startKey, final Map<String, 
List<MapEntry>> resolveMapsMap, final boolean vanityPathPrecedence) {
+        public MapEntryIterator(final String startKey, @NotNull final 
List<MapEntry> globalList,

Review Comment:
   yes



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