This is an automated email from the ASF dual-hosted git repository. randgalt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/curator.git
commit 092c1e3f34c9e53d2dbf29c37f060e47a6fb74a1 Author: chevaris <[email protected]> AuthorDate: Thu May 7 09:22:30 2020 +0200 JIRA:CURATOR-568 - Javadoc typo --- .../java/org/apache/curator/framework/CuratorFrameworkFactory.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 37db325..ca5b203 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 @@ -249,10 +249,10 @@ public class CuratorFrameworkFactory * The default value is {@code true}.<br> * * IMPORTANT: Use this method in combination with {@link #ensembleProvider(EnsembleProvider)} to provide - * and instance that returns {@code false} on {@link EnsembleProvider#updateServerListEnabled()} in order + * an instance that returns {@code false} on {@link EnsembleProvider#updateServerListEnabled()} in order * to fully achieve that ensemble server list changes are ignored<br> * - * @param withTracker use {@code false} if you want to avoid following ensemble configuration changes + * @param withEnsembleTracker use {@code false} if you want to avoid following ensemble configuration changes * @return this */ public Builder ensembleTracker(boolean withEnsembleTracker) {
