Fixed CS

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

Branch: refs/heads/master
Commit: 359bf0e45a7eef2efdc2d8ad6f275233bef23777
Parents: 2acb2a0
Author: Andrea Cosentino <anco...@gmail.com>
Authored: Sun Jun 14 13:42:36 2015 +0200
Committer: Andrea Cosentino <anco...@gmail.com>
Committed: Sun Jun 14 13:42:36 2015 +0200

----------------------------------------------------------------------
 .../camel/component/hazelcast/queue/HazelcastQueueProducer.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/359bf0e4/components/camel-hazelcast/src/main/java/org/apache/camel/component/hazelcast/queue/HazelcastQueueProducer.java
----------------------------------------------------------------------
diff --git 
a/components/camel-hazelcast/src/main/java/org/apache/camel/component/hazelcast/queue/HazelcastQueueProducer.java
 
b/components/camel-hazelcast/src/main/java/org/apache/camel/component/hazelcast/queue/HazelcastQueueProducer.java
index 4575439..c814e3c 100644
--- 
a/components/camel-hazelcast/src/main/java/org/apache/camel/component/hazelcast/queue/HazelcastQueueProducer.java
+++ 
b/components/camel-hazelcast/src/main/java/org/apache/camel/component/hazelcast/queue/HazelcastQueueProducer.java
@@ -115,6 +115,6 @@ public class HazelcastQueueProducer extends 
HazelcastDefaultProducer {
     }
     
     private void remainingCapacity(Exchange exchange) {
-       exchange.getOut().setBody(this.queue.remainingCapacity());
+        exchange.getOut().setBody(this.queue.remainingCapacity());
     }
 }
\ No newline at end of file

Reply via email to