1
0

Clean up imports

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@370013 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2006-01-18 02:35:03 +00:00
parent 1a88e2bd50
commit aecdf1ebec
4 changed files with 0 additions and 6 deletions

View File

@@ -16,8 +16,6 @@
package org.apache.commons.logging; package org.apache.commons.logging;
import junit.framework.Test;
import junit.framework.TestSuite;
/** /**
* *

View File

@@ -17,7 +17,6 @@
package org.apache.commons.logging; package org.apache.commons.logging;
import org.apache.commons.logging.impl.NoOpLog; import org.apache.commons.logging.impl.NoOpLog;
import junit.framework.*;
/** /**
* *

View File

@@ -15,9 +15,7 @@
*/ */
package org.apache.commons.logging; package org.apache.commons.logging;
import junit.framework.Test;
import junit.framework.TestCase; import junit.framework.TestCase;
import junit.framework.TestSuite;
/** /**
* Test cases for situations where getClassLoader or getContextClassLoader * Test cases for situations where getClassLoader or getContextClassLoader

View File

@@ -17,7 +17,6 @@
package org.apache.commons.logging; package org.apache.commons.logging;
import org.apache.commons.logging.impl.SimpleLog; import org.apache.commons.logging.impl.SimpleLog;
import junit.framework.*;
/** /**
* *