MarkGaox commented on code in PR #2759:
URL: https://github.com/apache/helix/pull/2759#discussion_r1500033601


##########
zookeeper-api/src/main/java/org/apache/helix/zookeeper/zkclient/IZkConnection.java:
##########
@@ -44,6 +44,7 @@ public interface IZkConnection {
     public String create(String path, byte[] data, List<ACL> acl, CreateMode 
mode, long ttl) throws KeeperException, InterruptedException;
 
     public void delete(String path) throws InterruptedException, 
KeeperException;
+    public void delete (String path, int expectedVersion) throws 
InterruptedException, KeeperException;

Review Comment:
   nit: empty line between two methods.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to