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

dmvolod 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 f2e5cc9  Fix CS
f2e5cc9 is described below

commit f2e5cc9e5e38813d81fba433a8d5db9eb822ab82
Author: Dmitry Volodin <[email protected]>
AuthorDate: Wed Jun 6 18:33:27 2018 +0300

    Fix CS
---
 .../src/main/java/org/apache/camel/component/seda/SedaComponent.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/camel-core/src/main/java/org/apache/camel/component/seda/SedaComponent.java 
b/camel-core/src/main/java/org/apache/camel/component/seda/SedaComponent.java
index 3acc285..f41a46a 100644
--- 
a/camel-core/src/main/java/org/apache/camel/component/seda/SedaComponent.java
+++ 
b/camel-core/src/main/java/org/apache/camel/component/seda/SedaComponent.java
@@ -38,9 +38,9 @@ public class SedaComponent extends UriEndpointComponent {
     protected final Logger log = LoggerFactory.getLogger(getClass());
     protected final int maxConcurrentConsumers = 
SedaConstants.MAX_CONCURRENT_CONSUMERS;
 
-    @Metadata(label = "consumer", defaultValue = 
""+SedaConstants.CONCURRENT_CONSUMERS)
+    @Metadata(label = "consumer", defaultValue = "" + 
SedaConstants.CONCURRENT_CONSUMERS)
     protected int concurrentConsumers = SedaConstants.CONCURRENT_CONSUMERS;
-    @Metadata(label = "advanced", defaultValue = ""+SedaConstants.QUEUE_SIZE )
+    @Metadata(label = "advanced", defaultValue = "" + SedaConstants.QUEUE_SIZE)
     protected int queueSize = SedaConstants.QUEUE_SIZE;
     @Metadata(label = "advanced")
     protected BlockingQueueFactory<Exchange> defaultQueueFactory = new 
LinkedBlockingQueueFactory<>();

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to