You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ti...@apache.org on 2022/05/05 16:17:18 UTC

[curator] branch master updated: Fix typo in ServiceProviderBuilder.java (#331)

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 a5b24b8b Fix typo in ServiceProviderBuilder.java (#331)
a5b24b8b is described below

commit a5b24b8b5d954aea17fc0b1a50d23bb460482658
Author: Jingguo Yao <ya...@gmail.com>
AuthorDate: Fri May 6 00:17:12 2022 +0800

    Fix typo in ServiceProviderBuilder.java (#331)
---
 .../java/org/apache/curator/x/discovery/ServiceProviderBuilder.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/ServiceProviderBuilder.java b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/ServiceProviderBuilder.java
index 4c0544d6..b17a8adc 100644
--- a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/ServiceProviderBuilder.java
+++ b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/ServiceProviderBuilder.java
@@ -68,7 +68,7 @@ public interface ServiceProviderBuilder<T>
 
     /**
      * Add an instance filter. NOTE: this does not remove previously added filters. i.e.
-     * a l;ist is created of all added filters. Filters are called in the order they were
+     * a list is created of all added filters. Filters are called in the order they were
      * added.
      *
      * @param filter filter to add