tisonkun commented on code in PR #2065:
URL: https://github.com/apache/zookeeper/pull/2065#discussion_r1335038422


##########
zookeeper-server/src/main/java/org/apache/zookeeper/ZKWatchManager.java:
##########
@@ -52,7 +54,7 @@ class ZKWatchManager implements ClientWatchManager {
         this.defaultWatcher = defaultWatcher;
     }
 
-    void setDefaultWatcher(Watcher defaultWatcher) {
+    public void setDefaultWatcher(Watcher defaultWatcher) {

Review Comment:
   Seems for test only. I suggest we move `ConfigWatcherPathTest` to `package 
org.apache.zookeeper;` and avoid this change.



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