keith-turner commented on a change in pull request #740: Avoid ZK watch when
checking if property is set
URL: https://github.com/apache/accumulo/pull/740#discussion_r230073760
##########
File path: core/src/main/java/org/apache/accumulo/fate/zookeeper/ZooCache.java
##########
@@ -239,7 +239,7 @@ public ZooCache(ZooReader reader, Watcher watcher) {
this.externalWatcher = watcher;
}
- private abstract class ZooRunnable<T> {
+ public abstract class ZooRunnable<T> {
Review comment:
Why change this to public?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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