TisonKun commented on a change in pull request #344: CURATOR-558 - part 1 of ZK
3.6 updates
URL: https://github.com/apache/curator/pull/344#discussion_r392620988
##########
File path:
curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/PathChildrenCache.java
##########
@@ -74,7 +74,7 @@
private final CloseableExecutorService executorService;
private final boolean cacheData;
private final boolean dataIsCompressed;
- private final ListenerContainer<PathChildrenCacheListener> listeners = new
ListenerContainer<PathChildrenCacheListener>();
+ private final StandardListenerManager<PathChildrenCacheListener> listeners
= StandardListenerManager.standard();
Review comment:
Good! I've thought of these changes some days ago.
----------------------------------------------------------------
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]
With regards,
Apache Git Services