You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/07/30 09:08:23 UTC

camel git commit: CAMEL-11597: Polished.

Repository: camel
Updated Branches:
  refs/heads/master 6cc7ca4c6 -> c22420544


CAMEL-11597: Polished.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c2242054
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c2242054
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c2242054

Branch: refs/heads/master
Commit: c224205449c9db809687f72ffec639bc66698866
Parents: 6cc7ca4
Author: Claus Ibsen <da...@apache.org>
Authored: Sun Jul 30 11:08:16 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Sun Jul 30 11:08:16 2017 +0200

----------------------------------------------------------------------
 .../src/main/docs/elasticsearch5-component.adoc                    | 2 +-
 .../camel/component/elasticsearch5/ElasticsearchConfiguration.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/c2242054/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc b/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc
index 0210882..be023f2 100644
--- a/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc
+++ b/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc
@@ -67,7 +67,7 @@ with the following path and query parameters:
 [width="100%",cols="2,5,^1,2",options="header"]
 |=======================================================================
 | Name | Description | Default | Type
-| **clientTransportSniff** (producer) | Is the client allowed to sniff the rest of the cluster or not (default true). This setting map to the client.transport.sniff setting. | false | boolean
+| **clientTransportSniff** (producer) | Is the client allowed to sniff the rest of the cluster or not. This setting map to the client.transport.sniff setting. | false | boolean
 | **indexName** (producer) | The name of the index to act against |  | String
 | **indexType** (producer) | The type of the index to act against |  | String
 | **ip** (producer) | The TransportClient remote host ip to use |  | String

http://git-wip-us.apache.org/repos/asf/camel/blob/c2242054/components/camel-elasticsearch5/src/main/java/org/apache/camel/component/elasticsearch5/ElasticsearchConfiguration.java
----------------------------------------------------------------------
diff --git a/components/camel-elasticsearch5/src/main/java/org/apache/camel/component/elasticsearch5/ElasticsearchConfiguration.java b/components/camel-elasticsearch5/src/main/java/org/apache/camel/component/elasticsearch5/ElasticsearchConfiguration.java
index eff8388..2505621 100644
--- a/components/camel-elasticsearch5/src/main/java/org/apache/camel/component/elasticsearch5/ElasticsearchConfiguration.java
+++ b/components/camel-elasticsearch5/src/main/java/org/apache/camel/component/elasticsearch5/ElasticsearchConfiguration.java
@@ -153,7 +153,7 @@ public class ElasticsearchConfiguration {
     }
 
     /**
-     * Is the client allowed to sniff the rest of the cluster or not (default true). This setting map to the <tt>client.transport.sniff</tt> setting.
+     * Is the client allowed to sniff the rest of the cluster or not. This setting map to the <tt>client.transport.sniff</tt> setting.
      */
     public boolean getClientTransportSniff() {
         return clientTransportSniff;