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

acosentino 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 2985b53  Fixed CS for Camel-elasticsearch-rest
2985b53 is described below

commit 2985b539d21912ea3b136cf2eb1f4131fba1d21a
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Apr 29 19:57:17 2019 +0200

    Fixed CS for Camel-elasticsearch-rest
---
 .../apache/camel/component/elasticsearch/ElasticsearchEndpoint.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-elasticsearch-rest/src/main/java/org/apache/camel/component/elasticsearch/ElasticsearchEndpoint.java
 
b/components/camel-elasticsearch-rest/src/main/java/org/apache/camel/component/elasticsearch/ElasticsearchEndpoint.java
index 2006703..99c903f 100644
--- 
a/components/camel-elasticsearch-rest/src/main/java/org/apache/camel/component/elasticsearch/ElasticsearchEndpoint.java
+++ 
b/components/camel-elasticsearch-rest/src/main/java/org/apache/camel/component/elasticsearch/ElasticsearchEndpoint.java
@@ -50,7 +50,7 @@ public class ElasticsearchEndpoint extends DefaultEndpoint {
         throw new UnsupportedOperationException("Cannot consume from an 
ElasticsearchEndpoint: " + getEndpointUri());
     }
     
-public RestClient getClient() {
+    public RestClient getClient() {
         return client;
     }
-}
\ No newline at end of file
+}

Reply via email to