You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2014/01/03 23:04:11 UTC

[2/3] git commit: Remove an unused import

Remove an unused import


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

Branch: refs/heads/cxf3
Commit: fbcffb274706f90e44270597c0734a49db17ecd9
Parents: 66c0d0f
Author: Daniel Kulp <dk...@apache.org>
Authored: Fri Jan 3 16:39:57 2014 -0500
Committer: Daniel Kulp <dk...@apache.org>
Committed: Fri Jan 3 16:39:57 2014 -0500

----------------------------------------------------------------------
 .../org/apache/camel/component/cxf/transport/CamelDestination.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/fbcffb27/components/camel-cxf-transport/src/main/java/org/apache/camel/component/cxf/transport/CamelDestination.java
----------------------------------------------------------------------
diff --git a/components/camel-cxf-transport/src/main/java/org/apache/camel/component/cxf/transport/CamelDestination.java b/components/camel-cxf-transport/src/main/java/org/apache/camel/component/cxf/transport/CamelDestination.java
index 7dbc65d..dee3c52 100644
--- a/components/camel-cxf-transport/src/main/java/org/apache/camel/component/cxf/transport/CamelDestination.java
+++ b/components/camel-cxf-transport/src/main/java/org/apache/camel/component/cxf/transport/CamelDestination.java
@@ -39,7 +39,6 @@ import org.apache.cxf.io.CachedOutputStream;
 import org.apache.cxf.message.Message;
 import org.apache.cxf.message.MessageImpl;
 import org.apache.cxf.service.model.EndpointInfo;
-import org.apache.cxf.transport.AbstractConduit;
 import org.apache.cxf.transport.AbstractDestination;
 import org.apache.cxf.transport.Conduit;
 import org.apache.cxf.transport.ConduitInitiator;