Fixed the CS error of camel-jpa

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

Branch: refs/heads/camel-2.12.x
Commit: 71d1a087b218121ed88007f7d1f4c80a82d8ff4f
Parents: 34079e8
Author: Willem Jiang <ningji...@apache.org>
Authored: Sat Oct 12 12:19:28 2013 +0800
Committer: bvahdat <bvah...@apache.org>
Committed: Sun Oct 13 13:06:05 2013 +0200

----------------------------------------------------------------------
 .../apache/camel/processor/jpa/JpaProducerConcurrentTest.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/71d1a087/components/camel-jpa/src/test/java/org/apache/camel/processor/jpa/JpaProducerConcurrentTest.java
----------------------------------------------------------------------
diff --git 
a/components/camel-jpa/src/test/java/org/apache/camel/processor/jpa/JpaProducerConcurrentTest.java
 
b/components/camel-jpa/src/test/java/org/apache/camel/processor/jpa/JpaProducerConcurrentTest.java
index ac278be..b6c16e0 100644
--- 
a/components/camel-jpa/src/test/java/org/apache/camel/processor/jpa/JpaProducerConcurrentTest.java
+++ 
b/components/camel-jpa/src/test/java/org/apache/camel/processor/jpa/JpaProducerConcurrentTest.java
@@ -69,9 +69,9 @@ public class JpaProducerConcurrentTest extends 
AbstractJpaTest {
 
         // get them so they are complete
         for (Future<SendEmail> future : responses.values()) {
-               SendEmail sendMail = future.get();
-               assertNotNull(sendMail);
-               log.info("Got the managed entity {}", sendMail);
+            SendEmail sendMail = future.get();
+            assertNotNull(sendMail);
+            log.info("Got the managed entity {}", sendMail);
         }
 
         // assert in the database

Reply via email to