chevaris commented on code in PR #1260:
URL: https://github.com/apache/curator/pull/1260#discussion_r2025093273


##########
curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentTtlNode.java:
##########
@@ -239,8 +241,8 @@ public byte[] getData() {
 
     /**
      * Call when you are done with the PersistentTtlNode. Note: the ZNode is 
<em>not</em> immediately
-     * deleted. However, if no other PersistentTtlNode with the same path is 
running the node will get deleted
-     * based on the ttl.
+     * deleted. However, if no other PersistentTtlNode with the same path is 
running the node will get
+     * deleted based on the ttl.

Review Comment:
   You are right. Next commit fixes this



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

Reply via email to