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 35c497d  Fixed CS for Camel-chatscript
35c497d is described below

commit 35c497d91e4a1a1cd5b605512ab0ddf938c12079
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Apr 29 19:43:30 2019 +0200

    Fixed CS for Camel-chatscript
---
 .../java/org/apache/camel/component/chatscript/ChatScriptEndpoint.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-chatscript/src/main/java/org/apache/camel/component/chatscript/ChatScriptEndpoint.java
 
b/components/camel-chatscript/src/main/java/org/apache/camel/component/chatscript/ChatScriptEndpoint.java
index 091f75e..199d81a 100644
--- 
a/components/camel-chatscript/src/main/java/org/apache/camel/component/chatscript/ChatScriptEndpoint.java
+++ 
b/components/camel-chatscript/src/main/java/org/apache/camel/component/chatscript/ChatScriptEndpoint.java
@@ -98,7 +98,8 @@ public class ChatScriptEndpoint extends DefaultEndpoint {
     public Consumer createConsumer(Processor processor) throws Exception {
         throw new UnsupportedOperationException("Chatscript consumer not 
supported");
     }
-public String getHost() {
+
+    public String getHost() {
         return host;
     }
 

Reply via email to