another rename
Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/f686ec96 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/f686ec96 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/f686ec96 Branch: refs/heads/master Commit: f686ec96d1925e1e9462d8082fe685a1462af172 Parents: 5ad566e Author: Enrico Olivelli <eolive...@apache.org> Authored: Sun Jun 24 18:17:09 2018 +0200 Committer: Enrico Olivelli <eolive...@apache.org> Committed: Sun Jun 24 18:17:09 2018 +0200 ---------------------------------------------------------------------- .../org/apache/curator/framework/CuratorFrameworkFactory.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/f686ec96/curator-framework/src/main/java/org/apache/curator/framework/CuratorFrameworkFactory.java ---------------------------------------------------------------------- diff --git a/curator-framework/src/main/java/org/apache/curator/framework/CuratorFrameworkFactory.java b/curator-framework/src/main/java/org/apache/curator/framework/CuratorFrameworkFactory.java index c1615c5..9979fd6 100644 --- a/curator-framework/src/main/java/org/apache/curator/framework/CuratorFrameworkFactory.java +++ b/curator-framework/src/main/java/org/apache/curator/framework/CuratorFrameworkFactory.java @@ -407,12 +407,12 @@ public class CuratorFrameworkFactory * The default is 0, which means that this feature is disabled. * * @since 4.0.2 - * @param defaultWaitForShutdownTimeoutMs default timeout + * @param waitForShutdownTimeoutMs default timeout * @return this */ - public Builder defaultWaitForShutdownTimeoutMs(int defaultWaitForShutdownTimeoutMs) + public Builder waitForShutdownTimeoutMs(int waitForShutdownTimeoutMs) { - this.waitForShutdownTimeoutMs = defaultWaitForShutdownTimeoutMs; + this.waitForShutdownTimeoutMs = waitForShutdownTimeoutMs; return this; }