Github user leventov commented on a diff in the pull request:

    https://github.com/apache/zookeeper/pull/490#discussion_r175555748
  
    --- Diff: src/java/test/org/apache/zookeeper/test/ZooKeeperTestClient.java 
---
    @@ -71,13 +71,14 @@ private void deleteZKDir(ZooKeeper zk, String nodeName)
         }
     
         List<String> children1 = zk.getChildren(nodeName, false);
    -    List<String> c2 = zk.getChildren(nodeName, false, stat);
    +    Stat stat2 = new Stat();
    --- End diff --
    
    "SelfEquals" (see a few lines below in diff)


---

Reply via email to