Github user LJ1043041006 commented on the issue:

    https://github.com/apache/zookeeper/pull/495
  
    @brettKK 
    so if we change code like this :
    `Index j = ia.startVector("acls");
    if (j == null){
       throw new IOException("errmessage");
    }
    while (!j.done)
    ..........
    `
     @maoling this change can be elegant to check null?
    @anmolnar this change can be correct?


---

Reply via email to