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/master Commit: e657cf66bc54dec762f0355a56cf3b3504a960d9 Parents: fefbba1 Author: randgalt <[email protected]> Authored: Tue Jan 12 12:13:58 2016 -0500 Committer: randgalt <[email protected]> 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>
