tisonkun commented on code in PR #2167:
URL: https://github.com/apache/zookeeper/pull/2167#discussion_r1618045857
##########
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:
Public API changed. I wonder if it affects user compatibility.
--
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]