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 f54290a  Fixed CS for Camel-Hbase
f54290a is described below

commit f54290a08b4a6234f681e8d3e9afb991dd7adebc
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Apr 30 12:01:48 2019 +0200

    Fixed CS for Camel-Hbase
---
 .../src/main/java/org/apache/camel/component/hbase/HBaseEndpoint.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-hbase/src/main/java/org/apache/camel/component/hbase/HBaseEndpoint.java
 
b/components/camel-hbase/src/main/java/org/apache/camel/component/hbase/HBaseEndpoint.java
index b439372..dd89830 100644
--- 
a/components/camel-hbase/src/main/java/org/apache/camel/component/hbase/HBaseEndpoint.java
+++ 
b/components/camel-hbase/src/main/java/org/apache/camel/component/hbase/HBaseEndpoint.java
@@ -104,7 +104,7 @@ public class HBaseEndpoint extends DefaultEndpoint {
         return consumer;
     }
 
-public Configuration getConfiguration() {
+    public Configuration getConfiguration() {
         return configuration;
     }
 

Reply via email to