Changes: * Unused `ZooDefs.opNames` dropped. Author: Kezhu Wang <kezhuw@gmail.com> Reviewers: maoling <maoling@apache.org> Closes #1822 from kezhuw/ZOOKEEPER-4474-drop-unused-ZooDefs.opNames
@@ -161,6 +161,4 @@ public class ZooDefs {
int persistentRecursive = 1; // matches AddWatchMode.PERSISTENT_RECURSIVE
}
- public static final String[] opNames = {"notification", "create", "delete", "exists", "getData", "setData", "getACL", "setACL", "getChildren", "getChildren2", "getMaxChildren", "setMaxChildren", "ping", "reconfig", "getConfig"};
-