Oops - forgot to uncomment line of code

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

Branch: refs/heads/persistent-watch
Commit: b1e2b5cc12a35092a0280ff5d383085f2f79be30
Parents: 9cfc9d9
Author: randgalt <[email protected]>
Authored: Thu Oct 5 10:34:14 2017 +0200
Committer: randgalt <[email protected]>
Committed: Thu Oct 5 10:34:14 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/curator/blob/b1e2b5cc/curator-framework/src/main/java/org/apache/curator/framework/imps/ReconfigBuilderImpl.java
----------------------------------------------------------------------
diff --git 
a/curator-framework/src/main/java/org/apache/curator/framework/imps/ReconfigBuilderImpl.java
 
b/curator-framework/src/main/java/org/apache/curator/framework/imps/ReconfigBuilderImpl.java
index 321e060..e70c11b 100644
--- 
a/curator-framework/src/main/java/org/apache/curator/framework/imps/ReconfigBuilderImpl.java
+++ 
b/curator-framework/src/main/java/org/apache/curator/framework/imps/ReconfigBuilderImpl.java
@@ -287,7 +287,7 @@ public class ReconfigBuilderImpl implements 
ReconfigBuilder, BackgroundOperation
                     @Override
                     public byte[] call() throws Exception
                     {
-                        return null;//client.getZooKeeper().reconfig(joining, 
leaving, newMembers, fromConfig, responseStat);
+                        return client.getZooKeeper().reconfig(joining, 
leaving, newMembers, fromConfig, responseStat);
                     }
                 }
             );

Reply via email to