Remove unused imports (fix compile warnings).
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@427798 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -24,16 +24,13 @@ import java.io.ObjectInputStream;
|
|||||||
import java.io.ObjectOutputStream;
|
import java.io.ObjectOutputStream;
|
||||||
|
|
||||||
import junit.framework.Test;
|
import junit.framework.Test;
|
||||||
import junit.framework.TestCase;
|
|
||||||
|
|
||||||
|
import org.apache.commons.logging.AbstractLogTest;
|
||||||
import org.apache.commons.logging.Log;
|
import org.apache.commons.logging.Log;
|
||||||
import org.apache.commons.logging.LogFactory;
|
import org.apache.commons.logging.LogFactory;
|
||||||
import org.apache.commons.logging.PathableClassLoader;
|
import org.apache.commons.logging.PathableClassLoader;
|
||||||
import org.apache.commons.logging.PathableTestSuite;
|
import org.apache.commons.logging.PathableTestSuite;
|
||||||
import org.apache.commons.logging.impl.LogKitLogger;
|
import org.apache.commons.logging.impl.LogKitLogger;
|
||||||
import org.apache.commons.logging.impl.NoOpLog;
|
|
||||||
|
|
||||||
import org.apache.commons.logging.AbstractLogTest;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Basic tests for Avalon LogKit logger adapter.
|
* Basic tests for Avalon LogKit logger adapter.
|
||||||
|
|||||||
Reference in New Issue
Block a user