Repository: curator
Updated Branches:
  refs/heads/CURATOR-397 318bed14f -> b83bef9de


oops - orSetData() was returning null


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

Branch: refs/heads/CURATOR-397
Commit: b83bef9de0c980dfe21c85d0c08abb1bd75a06f5
Parents: 318bed1
Author: randgalt <[email protected]>
Authored: Wed Jun 28 00:07:29 2017 -0500
Committer: randgalt <[email protected]>
Committed: Wed Jun 28 00:07:29 2017 -0500

----------------------------------------------------------------------
 .../java/org/apache/curator/framework/imps/CreateBuilderImpl.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/b83bef9d/curator-framework/src/main/java/org/apache/curator/framework/imps/CreateBuilderImpl.java
----------------------------------------------------------------------
diff --git 
a/curator-framework/src/main/java/org/apache/curator/framework/imps/CreateBuilderImpl.java
 
b/curator-framework/src/main/java/org/apache/curator/framework/imps/CreateBuilderImpl.java
index cabcb99..406d972 100644
--- 
a/curator-framework/src/main/java/org/apache/curator/framework/imps/CreateBuilderImpl.java
+++ 
b/curator-framework/src/main/java/org/apache/curator/framework/imps/CreateBuilderImpl.java
@@ -112,7 +112,7 @@ public class CreateBuilderImpl implements CreateBuilder, 
CreateBuilder2, Backgro
     {
         setDataIfExists = true;
         setDataIfExistsVersion = version;
-        return null;
+        return this;
     }
 
     @Override

Reply via email to