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 f3b119a  Fixed CS for Camel-Direct
f3b119a is described below

commit f3b119aa4c3ffcee6d4adf582b3c8188f4ab53d6
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Apr 29 19:53:57 2019 +0200

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

diff --git 
a/components/camel-direct/src/main/java/org/apache/camel/component/direct/DirectEndpoint.java
 
b/components/camel-direct/src/main/java/org/apache/camel/component/direct/DirectEndpoint.java
index e4c03ed..0350510 100644
--- 
a/components/camel-direct/src/main/java/org/apache/camel/component/direct/DirectEndpoint.java
+++ 
b/components/camel-direct/src/main/java/org/apache/camel/component/direct/DirectEndpoint.java
@@ -77,7 +77,7 @@ public class DirectEndpoint extends DefaultEndpoint {
         return answer;
     }
 
-public void addConsumer(DirectConsumer consumer) {
+    public void addConsumer(DirectConsumer consumer) {
         String key = getKey();
         synchronized (consumers) {
             if (consumers.putIfAbsent(key, consumer) != null) {

Reply via email to