rombert commented on a change in pull request #43:
URL: 
https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/43#discussion_r605039135



##########
File path: 
src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverImpl.java
##########
@@ -124,6 +129,7 @@ private ResourceResolverImpl(final ResourceResolverImpl 
resolver, final Map<Stri
         this.context = new ResourceResolverContext(this, 
factory.getResourceAccessSecurityTracker());
         this.control = createControl(factory.getResourceProviderTracker(), 
authInfo, resolver.control.isAdmin());
         this.factory.register(this, control);
+        this.resourceTypeLookupCache = new HashMap<>();

Review comment:
       This one is still unsynchronized, but see new comment below.




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


Reply via email to