You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2014/10/24 09:00:28 UTC

[2/4] git commit: CAMEL-4494 Fixed the CS error of camel-jms

CAMEL-4494 Fixed the CS error of camel-jms


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

Branch: refs/heads/master
Commit: 25ebff72f84d6fcb7efa1b8a352f71a5a9af3da4
Parents: 42d556a
Author: Willem Jiang <wi...@gmail.com>
Authored: Fri Oct 24 14:07:02 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Fri Oct 24 14:07:02 2014 +0800

----------------------------------------------------------------------
 .../camel/component/jms/JmsRequestReplyReplyToOverrideTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/25ebff72/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsRequestReplyReplyToOverrideTest.java
----------------------------------------------------------------------
diff --git a/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsRequestReplyReplyToOverrideTest.java b/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsRequestReplyReplyToOverrideTest.java
index 89f1fc2..2c8d042 100644
--- a/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsRequestReplyReplyToOverrideTest.java
+++ b/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsRequestReplyReplyToOverrideTest.java
@@ -46,7 +46,7 @@ public class JmsRequestReplyReplyToOverrideTest extends CamelTestSupport {
 
     @Test
     public void testJmsRequestReplyReplyToAndReplyToHeader() throws Exception {
-    	// send request to foo, set replyTo to bar, but actually expect reply at baz
+        // send request to foo, set replyTo to bar, but actually expect reply at baz
         Thread sender = new Thread(new Responder());
         sender.start();