You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2013/06/04 11:00:28 UTC

[4/4] git commit: Fixed CS

Fixed CS


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/fffddef3
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/fffddef3
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/fffddef3

Branch: refs/heads/camel-2.11.x
Commit: fffddef38c488e9d1c8d5dbed0948341f3fdd7a4
Parents: b739a43
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Jun 4 10:59:42 2013 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Jun 4 11:00:10 2013 +0200

----------------------------------------------------------------------
 .../component/direct/DirectBlockingProducer.java   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/fffddef3/camel-core/src/main/java/org/apache/camel/component/direct/DirectBlockingProducer.java
----------------------------------------------------------------------
diff --git a/camel-core/src/main/java/org/apache/camel/component/direct/DirectBlockingProducer.java b/camel-core/src/main/java/org/apache/camel/component/direct/DirectBlockingProducer.java
index 1b28bed..003daa1 100644
--- a/camel-core/src/main/java/org/apache/camel/component/direct/DirectBlockingProducer.java
+++ b/camel-core/src/main/java/org/apache/camel/component/direct/DirectBlockingProducer.java
@@ -58,7 +58,7 @@ public class DirectBlockingProducer extends DefaultAsyncProducer {
         }
     }
 
-   protected DirectConsumer getConsumer(Exchange exchange) throws Exception {
+    protected DirectConsumer getConsumer(Exchange exchange) throws Exception {
         DirectConsumer answer = endpoint.getConsumer();
         if (answer == null) {
             // okay then await until we have a consumer or we timed out