You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2016/03/27 18:25:28 UTC

[2/2] camel git commit: [Minor] Remove unused imports

[Minor] Remove unused imports

Signed-off-by: Gregor Zurowski <gr...@zurowski.org>

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

Branch: refs/heads/camel-2.15.x
Commit: 21910710c43b6fd0bb444663303a0bae90990413
Parents: cd2c133
Author: Gregor Zurowski <gr...@zurowski.org>
Authored: Sun Mar 27 18:25:14 2016 +0200
Committer: Gregor Zurowski <gr...@zurowski.org>
Committed: Sun Mar 27 18:25:14 2016 +0200

----------------------------------------------------------------------
 .../test/java/org/apache/camel/component/jdbc/JdbcFix9491Test.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/21910710/components/camel-jdbc/src/test/java/org/apache/camel/component/jdbc/JdbcFix9491Test.java
----------------------------------------------------------------------
diff --git a/components/camel-jdbc/src/test/java/org/apache/camel/component/jdbc/JdbcFix9491Test.java b/components/camel-jdbc/src/test/java/org/apache/camel/component/jdbc/JdbcFix9491Test.java
index 753b4da..bcfe211 100644
--- a/components/camel-jdbc/src/test/java/org/apache/camel/component/jdbc/JdbcFix9491Test.java
+++ b/components/camel-jdbc/src/test/java/org/apache/camel/component/jdbc/JdbcFix9491Test.java
@@ -16,7 +16,6 @@
  */
 package org.apache.camel.component.jdbc;
 
-import java.util.Collection;
 import java.util.List;
 
 import org.apache.camel.EndpointInject;