reschke commented on code in PR #125:
URL:
https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/125#discussion_r1819487455
##########
src/main/java/org/apache/sling/resourceresolver/impl/mapping/MapEntries.java:
##########
@@ -179,7 +188,12 @@ public MapEntries(final MapConfigurationProvider factory,
this.aliasMapsMap = new ConcurrentHashMap<>();
this.stringInterpolationProvider = stringInterpolationProvider;
+ this.conflictingAliases = new ConcurrentLinkedQueue<>();
+ this.invalidAliases = new ConcurrentLinkedQueue<>();
Review Comment:
But point taken, please check again 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]