keith-turner commented on code in PR #5880:
URL: https://github.com/apache/accumulo/pull/5880#discussion_r2349314633


##########
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:
   Would making this package private work?
   
   ```suggestion
     final ZCacheWatcher watcher = new ZCacheWatcher();
   ```



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

Reply via email to