This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git
The following commit(s) were added to refs/heads/master by this push:
new 917a98ff CURATOR-648: Fixed CuratorFramework#blockUntilConnected
documentation (#432)
917a98ff is described below
commit 917a98ff79954dba0180745627c30c73d885b64c
Author: João Alves <[email protected]>
AuthorDate: Mon Jul 25 18:50:16 2022 +0300
CURATOR-648: Fixed CuratorFramework#blockUntilConnected documentation (#432)
---
.../src/main/java/org/apache/curator/framework/CuratorFramework.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/curator-framework/src/main/java/org/apache/curator/framework/CuratorFramework.java
b/curator-framework/src/main/java/org/apache/curator/framework/CuratorFramework.java
index 492a4614..7943c61f 100644
---
a/curator-framework/src/main/java/org/apache/curator/framework/CuratorFramework.java
+++
b/curator-framework/src/main/java/org/apache/curator/framework/CuratorFramework.java
@@ -290,7 +290,7 @@ public interface CuratorFramework extends Closeable
/**
* Block until a connection to ZooKeeper is available or the maxWaitTime
has been exceeded
- * @param maxWaitTime The maximum wait time. Specify a value <= 0 to
wait indefinitely
+ * @param maxWaitTime The maximum wait time. Specify a value <= 0 to
return immediately
* @param units The time units for the maximum wait time.
* @return True if connection has been established, false otherwise.
* @throws InterruptedException If interrupted while waiting