This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit cc3a0b7a1071f8eae0f2de1106267ba7404e0710
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Jul 29 09:36:03 2019 +0200

    Removed unused imports
---
 .../java/org/apache/camel/component/jt400/Jt400SecureTestSupport.java   | 2 --
 .../test/java/org/apache/camel/component/jt400/Jt400TestSupport.java    | 2 --
 2 files changed, 4 deletions(-)

diff --git 
a/components/camel-jt400/src/test/java/org/apache/camel/component/jt400/Jt400SecureTestSupport.java
 
b/components/camel-jt400/src/test/java/org/apache/camel/component/jt400/Jt400SecureTestSupport.java
index 908d9bb..ca4b605 100644
--- 
a/components/camel-jt400/src/test/java/org/apache/camel/component/jt400/Jt400SecureTestSupport.java
+++ 
b/components/camel-jt400/src/test/java/org/apache/camel/component/jt400/Jt400SecureTestSupport.java
@@ -19,9 +19,7 @@ package org.apache.camel.component.jt400;
 import com.ibm.as400.access.AS400ConnectionPool;
 
 import org.apache.camel.BindToRegistry;
-import org.apache.camel.impl.JndiRegistry;
 import org.apache.camel.test.junit4.CamelTestSupport;
-import org.apache.camel.util.ObjectHelper;
 import org.junit.After;
 import org.junit.Before;
 
diff --git 
a/components/camel-jt400/src/test/java/org/apache/camel/component/jt400/Jt400TestSupport.java
 
b/components/camel-jt400/src/test/java/org/apache/camel/component/jt400/Jt400TestSupport.java
index 49b1b0e..5ea0ce0 100644
--- 
a/components/camel-jt400/src/test/java/org/apache/camel/component/jt400/Jt400TestSupport.java
+++ 
b/components/camel-jt400/src/test/java/org/apache/camel/component/jt400/Jt400TestSupport.java
@@ -19,9 +19,7 @@ package org.apache.camel.component.jt400;
 import com.ibm.as400.access.AS400ConnectionPool;
 
 import org.apache.camel.BindToRegistry;
-import org.apache.camel.impl.JndiRegistry;
 import org.apache.camel.test.junit4.CamelTestSupport;
-import org.apache.camel.util.ObjectHelper;
 import org.junit.After;
 import org.junit.Before;
 

Reply via email to