This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new b3290ed  CAMEL-13352 Updated the document of HostAddresses option
b3290ed is described below

commit b3290ed0638bc751edc27a99791dce60e26ec0eb
Author: Willem Jiang <jiangni...@huawei.com>
AuthorDate: Thu Mar 21 09:45:08 2019 +0800

    CAMEL-13352 Updated the document of HostAddresses option
---
 .../camel/component/elasticsearch/ElasticsearchConfiguration.java      | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/components/camel-elasticsearch-rest/src/main/java/org/apache/camel/component/elasticsearch/ElasticsearchConfiguration.java
 
b/components/camel-elasticsearch-rest/src/main/java/org/apache/camel/component/elasticsearch/ElasticsearchConfiguration.java
index c8639cf..ffe47c9 100644
--- 
a/components/camel-elasticsearch-rest/src/main/java/org/apache/camel/component/elasticsearch/ElasticsearchConfiguration.java
+++ 
b/components/camel-elasticsearch-rest/src/main/java/org/apache/camel/component/elasticsearch/ElasticsearchConfiguration.java
@@ -108,7 +108,6 @@ public class ElasticsearchConfiguration {
 
     /**
      * Comma separated list with ip:port formatted remote transport addresses 
to use.
-     * The ip and port options must be left blank for hostAddresses to be 
considered instead.
      */
     public String getHostAddresses() {
         return hostAddresses;
@@ -269,4 +268,4 @@ public class ElasticsearchConfiguration {
     public void setScrollKeepAliveMs(int scrollKeepAliveMs) {
         this.scrollKeepAliveMs = scrollKeepAliveMs;
     }
-}
\ No newline at end of file
+}

Reply via email to