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


##########
zookeeper-server/src/main/java/org/apache/zookeeper/server/watch/WatchManagerOptimized.java:
##########
@@ -349,7 +349,7 @@ public WatchesPathReport getWatchesByPath() {
      * May cause OOM if there are lots of watches, might better to forbid
      * it in this class.
      */
-    public Map<Watcher, Set<String>> getWatcher2PathesMap() {
+    public Map<Watcher, Set<String>> getWatcher2PathsMap() {

Review Comment:
   This should be mostly used internaly. Just point it out here for attentions.



-- 
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: notifications-unsubscr...@zookeeper.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to