kevinrr888 commented on code in PR #5880:
URL: https://github.com/apache/accumulo/pull/5880#discussion_r2349362354
##########
core/src/main/java/org/apache/accumulo/core/zookeeper/ZooCache.java:
##########
@@ -64,7 +64,7 @@ public interface ZooCacheWatcher extends
Consumer<WatchedEvent> {}
private final NavigableSet<String> watchedPaths;
// visible for tests
- protected final ZCacheWatcher watcher = new ZCacheWatcher();
+ public final ZCacheWatcher watcher = new ZCacheWatcher();
Review Comment:
no, unfortunately public is the only option here
--
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]