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 2013/10/14 18:40:03 UTC

[3/3] git commit: Removed unused import

Removed unused import


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

Branch: refs/heads/camel-2.11.x
Commit: 48bc2cb1ef8e1d8aa38c2fb70c8811dcdf4f14de
Parents: fed68b4
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Oct 14 18:15:35 2013 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Oct 14 18:17:39 2013 +0200

----------------------------------------------------------------------
 .../java/org/apache/camel/component/log/LogCustomFormatterTest.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/48bc2cb1/camel-core/src/test/java/org/apache/camel/component/log/LogCustomFormatterTest.java
----------------------------------------------------------------------
diff --git a/camel-core/src/test/java/org/apache/camel/component/log/LogCustomFormatterTest.java b/camel-core/src/test/java/org/apache/camel/component/log/LogCustomFormatterTest.java
index 59047ef..b21cfe2 100644
--- a/camel-core/src/test/java/org/apache/camel/component/log/LogCustomFormatterTest.java
+++ b/camel-core/src/test/java/org/apache/camel/component/log/LogCustomFormatterTest.java
@@ -16,7 +16,6 @@
  */
 package org.apache.camel.component.log;
 
-import org.apache.camel.CamelExecutionException;
 import org.apache.camel.ContextTestSupport;
 import org.apache.camel.Exchange;
 import org.apache.camel.ResolveEndpointFailedException;