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 3ccbb8b Camel-Soroush: Fixed CS 3ccbb8b is described below commit 3ccbb8be3a6fa75f1c691e019410fbd89fd6f089 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Jan 23 14:58:59 2020 +0100 Camel-Soroush: Fixed CS --- .../component/soroushbot/component/SoroushBotMultiThreadConsumer.java | 1 + .../component/soroushbot/component/SoroushBotSingleThreadConsumer.java | 2 ++ 2 files changed, 3 insertions(+) diff --git a/components/camel-soroush/src/main/java/org/apache/camel/component/soroushbot/component/SoroushBotMultiThreadConsumer.java b/components/camel-soroush/src/main/java/org/apache/camel/component/soroushbot/component/SoroushBotMultiThreadConsumer.java index 8e025f3..c581636 100644 --- a/components/camel-soroush/src/main/java/org/apache/camel/component/soroushbot/component/SoroushBotMultiThreadConsumer.java +++ b/components/camel-soroush/src/main/java/org/apache/camel/component/soroushbot/component/SoroushBotMultiThreadConsumer.java @@ -28,6 +28,7 @@ import org.apache.camel.component.soroushbot.utils.MultiQueueWithTopicThreadPool * thread pool size could be configured using {@link SoroushBotEndpoint#getConcurrentConsumers()} * this consumer support both Sync and Async processors. */ +//CHECKSTYLE:OFF public class SoroushBotMultiThreadConsumer extends SoroushBotAbstractConsumer { /** diff --git a/components/camel-soroush/src/main/java/org/apache/camel/component/soroushbot/component/SoroushBotSingleThreadConsumer.java b/components/camel-soroush/src/main/java/org/apache/camel/component/soroushbot/component/SoroushBotSingleThreadConsumer.java index e3f0499..7587e01 100644 --- a/components/camel-soroush/src/main/java/org/apache/camel/component/soroushbot/component/SoroushBotSingleThreadConsumer.java +++ b/components/camel-soroush/src/main/java/org/apache/camel/component/soroushbot/component/SoroushBotSingleThreadConsumer.java @@ -24,6 +24,8 @@ import org.apache.camel.Processor; * every message will be processed in order of their arrival time * this consumer support both Sync and Async processors. */ + +//CHECKSTYLE:OFF public class SoroushBotSingleThreadConsumer extends SoroushBotAbstractConsumer { public SoroushBotSingleThreadConsumer(SoroushBotEndpoint endpoint, Processor processor) {