Repository: curator Updated Branches: refs/heads/CURATOR-3.0 f7ef2f1e0 -> 0b40d210a
CURATOR-317 - Manually applied CURATOR-317 change to Curator 3.0 branch as the 2.X version will not merge due to code restructure. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/0b40d210 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/0b40d210 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/0b40d210 Branch: refs/heads/CURATOR-3.0 Commit: 0b40d210a468829a2db6eeb9b4fb83ae83b8fbc1 Parents: f7ef2f1 Author: Cam McKenzie <[email protected]> Authored: Thu Apr 21 10:46:56 2016 +1000 Committer: Cam McKenzie <[email protected]> Committed: Thu Apr 21 10:46:56 2016 +1000 ---------------------------------------------------------------------- .../java/org/apache/curator/framework/api/CreateBuilderMain.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/0b40d210/curator-framework/src/main/java/org/apache/curator/framework/api/CreateBuilderMain.java ---------------------------------------------------------------------- diff --git a/curator-framework/src/main/java/org/apache/curator/framework/api/CreateBuilderMain.java b/curator-framework/src/main/java/org/apache/curator/framework/api/CreateBuilderMain.java index e550349..3d076b2 100644 --- a/curator-framework/src/main/java/org/apache/curator/framework/api/CreateBuilderMain.java +++ b/curator-framework/src/main/java/org/apache/curator/framework/api/CreateBuilderMain.java @@ -47,7 +47,7 @@ public interface CreateBuilderMain extends /** * @deprecated this has been generalized to support all create modes. Instead, use: * <pre> - * client.create().withProtection().withMode(CreateMode.PERSISTENT_SEQUENTIAL)... + * client.create().withProtection().withMode(CreateMode.EPHEMERAL_SEQUENTIAL)... * </pre> * @return this */
