You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/11/30 14:49:41 UTC

[12/12] camel git commit: Polished. This closes #1322

Polished. This closes #1322


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

Branch: refs/heads/camel-2.18.x
Commit: ba7fa060de59728cd4604ec9e8d58c35bf6e6378
Parents: 7bd4419
Author: Claus Ibsen <da...@apache.org>
Authored: Wed Nov 30 15:43:58 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Nov 30 15:49:10 2016 +0100

----------------------------------------------------------------------
 .../test/java/org/apache/camel/processor/jpa/AbstractJpaTest.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ba7fa060/components/camel-jpa/src/test/java/org/apache/camel/processor/jpa/AbstractJpaTest.java
----------------------------------------------------------------------
diff --git a/components/camel-jpa/src/test/java/org/apache/camel/processor/jpa/AbstractJpaTest.java b/components/camel-jpa/src/test/java/org/apache/camel/processor/jpa/AbstractJpaTest.java
index 09d4af0..733785d 100644
--- a/components/camel-jpa/src/test/java/org/apache/camel/processor/jpa/AbstractJpaTest.java
+++ b/components/camel-jpa/src/test/java/org/apache/camel/processor/jpa/AbstractJpaTest.java
@@ -25,7 +25,6 @@ import org.apache.camel.CamelContext;
 import org.apache.camel.examples.SendEmail;
 import org.apache.camel.spring.SpringCamelContext;
 import org.apache.camel.test.junit4.CamelTestSupport;
-import org.apache.openjpa.persistence.util.SourceCode;
 import org.junit.After;
 import org.junit.Before;
 import org.springframework.context.ApplicationContext;