You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2017/03/30 16:05:52 UTC

[4/6] camel git commit: Fix CS

Fix CS


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

Branch: refs/heads/master
Commit: 891dc979df0f0d49d53cd4a26bd88cc953736673
Parents: 922a99f
Author: lburgazzoli <lb...@gmail.com>
Authored: Thu Mar 30 18:04:04 2017 +0200
Committer: lburgazzoli <lb...@gmail.com>
Committed: Thu Mar 30 18:04:04 2017 +0200

----------------------------------------------------------------------
 camel-core/src/test/java/org/apache/camel/LoggingLevelTest.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/891dc979/camel-core/src/test/java/org/apache/camel/LoggingLevelTest.java
----------------------------------------------------------------------
diff --git a/camel-core/src/test/java/org/apache/camel/LoggingLevelTest.java b/camel-core/src/test/java/org/apache/camel/LoggingLevelTest.java
index cf093d6..508d3bf 100644
--- a/camel-core/src/test/java/org/apache/camel/LoggingLevelTest.java
+++ b/camel-core/src/test/java/org/apache/camel/LoggingLevelTest.java
@@ -19,8 +19,6 @@ package org.apache.camel;
 import junit.framework.TestCase;
 import org.junit.Test;
 
-import org.junit.Test;
-
 public class LoggingLevelTest extends TestCase {
 
     @Test