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 2013/10/12 06:25:09 UTC

[2/2] git commit: Fixed the CS error of camel-jpa

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/6f36a097
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6f36a097
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6f36a097

Branch: refs/heads/master
Commit: 6f36a097debf9ee8ea23b80dbc08695b74a7c893
Parents: b4e75ee
Author: Willem Jiang <ni...@apache.org>
Authored: Sat Oct 12 12:19:28 2013 +0800
Committer: Willem Jiang <ni...@apache.org>
Committed: Sat Oct 12 12:19:28 2013 +0800

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


http://git-wip-us.apache.org/repos/asf/camel/blob/6f36a097/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