You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/04/15 08:28:46 UTC

[camel] branch master updated: Camel-Chatscript: Removed useless todo

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 d2b80c8  Camel-Chatscript: Removed useless todo
d2b80c8 is described below

commit d2b80c8911955fcfef546d75d761133483e1722c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Apr 15 10:28:05 2019 +0200

    Camel-Chatscript: Removed useless todo
---
 .../main/java/org/apache/camel/component/chatscript/ChatScriptBot.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/camel-chatscript/src/main/java/org/apache/camel/component/chatscript/ChatScriptBot.java b/components/camel-chatscript/src/main/java/org/apache/camel/component/chatscript/ChatScriptBot.java
index d88ce11..e4aaa88 100644
--- a/components/camel-chatscript/src/main/java/org/apache/camel/component/chatscript/ChatScriptBot.java
+++ b/components/camel-chatscript/src/main/java/org/apache/camel/component/chatscript/ChatScriptBot.java
@@ -93,7 +93,6 @@ public class ChatScriptBot {
     }
 
     public void reset() {
-        //TODO
     }
 
     public String getHost() {