Updated Branches:
  refs/heads/master 4d1753eab -> fea576f9e

fixed CS issues


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

Branch: refs/heads/master
Commit: fea576f9e6c63013d58ce50209caaab15a018ca6
Parents: 4d1753e
Author: cmueller <cmuel...@apache.org>
Authored: Thu May 30 14:35:52 2013 +0200
Committer: cmueller <cmuel...@apache.org>
Committed: Thu May 30 14:35:52 2013 +0200

----------------------------------------------------------------------
 .../apache/camel/itest/shiro/ShiroOverJmsTest.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/fea576f9/tests/camel-itest/src/test/java/org/apache/camel/itest/shiro/ShiroOverJmsTest.java
----------------------------------------------------------------------
diff --git 
a/tests/camel-itest/src/test/java/org/apache/camel/itest/shiro/ShiroOverJmsTest.java
 
b/tests/camel-itest/src/test/java/org/apache/camel/itest/shiro/ShiroOverJmsTest.java
index 12edead..116e6d7 100644
--- 
a/tests/camel-itest/src/test/java/org/apache/camel/itest/shiro/ShiroOverJmsTest.java
+++ 
b/tests/camel-itest/src/test/java/org/apache/camel/itest/shiro/ShiroOverJmsTest.java
@@ -31,10 +31,10 @@ import org.junit.Test;
 public class ShiroOverJmsTest extends CamelTestSupport {
 
     private byte[] passPhrase = {
-            (byte) 0x08, (byte) 0x09, (byte) 0x0A, (byte) 0x0B,
-            (byte) 0x0C, (byte) 0x0D, (byte) 0x0E, (byte) 0x0F,
-            (byte) 0x10, (byte) 0x11, (byte) 0x12, (byte) 0x13,
-            (byte) 0x14, (byte) 0x15, (byte) 0x16, (byte) 0x17};
+        (byte) 0x08, (byte) 0x09, (byte) 0x0A, (byte) 0x0B,
+        (byte) 0x0C, (byte) 0x0D, (byte) 0x0E, (byte) 0x0F,
+        (byte) 0x10, (byte) 0x11, (byte) 0x12, (byte) 0x13,
+        (byte) 0x14, (byte) 0x15, (byte) 0x16, (byte) 0x17};
 
     @Test
     public void testShiroOverJms() throws Exception {

Reply via email to