You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2016/01/19 03:05:52 UTC

[2/5] curator git commit: fixed doc

fixed doc


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/e657cf66
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/e657cf66
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/e657cf66

Branch: refs/heads/CURATOR-3.0
Commit: e657cf66bc54dec762f0355a56cf3b3504a960d9
Parents: fefbba1
Author: randgalt <ra...@apache.org>
Authored: Tue Jan 12 12:13:58 2016 -0500
Committer: randgalt <ra...@apache.org>
Committed: Tue Jan 12 12:13:58 2016 -0500

----------------------------------------------------------------------
 .../org/apache/curator/framework/recipes/nodes/PersistentNode.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/e657cf66/curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentNode.java
----------------------------------------------------------------------
diff --git a/curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentNode.java b/curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentNode.java
index c66eb30..fbeaeff 100644
--- a/curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentNode.java
+++ b/curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentNode.java
@@ -47,7 +47,7 @@ import java.util.concurrent.atomic.AtomicReference;
 
 /**
  * <p>
- * A persistent ephemeral node is an ephemeral node that attempts to stay present in
+ * A persistent node is a node that attempts to stay present in
  * ZooKeeper, even through connection and session interruptions.
  * </p>
  * <p>