saurabh-khare commented on a change in pull request #1:
URL:
https://github.com/apache/sling-org-apache-sling-superimposing/pull/1#discussion_r429753211
##########
File path:
src/main/java/org/apache/sling/superimposing/SuperimposingManager.java
##########
@@ -38,6 +54,6 @@
* Iterator is backed by a {@link
java.util.concurrent.ConcurrentHashMap} and is safe to access
* even if superimposing resource providers are registered or
unregistered at the same time.
*/
- Iterator<SuperimposingResourceProvider> getRegisteredProviders();
+ Iterator<SuperimposingResourceProviderImpl> getRegisteredProviders();
Review comment:
Collections4 IteratorUtils.unmodifiableIterator does not allow for
implicit casting of as compared to Collections
IteratorUtils.unmodifiableIterator.
This is fixed 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.
For queries about this service, please contact Infrastructure at:
[email protected]