1
0

Remove unused imports.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@209201 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2005-07-05 03:42:02 +00:00
parent 27d2386598
commit 184e3781ef
2 changed files with 0 additions and 9 deletions

View File

@@ -19,8 +19,6 @@ import junit.framework.Test;
import junit.framework.TestCase; import junit.framework.TestCase;
import junit.framework.TestSuite; import junit.framework.TestSuite;
import org.apache.commons.logging.impl.LogFactoryImpl;
/** /**
* testcase to emulate container and application isolated from container * testcase to emulate container and application isolated from container
* @author baliuka * @author baliuka

View File

@@ -16,17 +16,10 @@
package org.apache.commons.logging; package org.apache.commons.logging;
import java.io.PrintStream;
import junit.framework.Test; import junit.framework.Test;
import junit.framework.TestSuite; import junit.framework.TestSuite;
import junit.framework.TestResult; import junit.framework.TestResult;
import java.lang.reflect.Method;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Modifier;
import java.util.Vector;
/** /**
* Custom TestSuite class that can be used to control the context classloader * Custom TestSuite class that can be used to control the context classloader
* in operation when a test runs. * in operation when a test runs.