1
0

Remove unused imports

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@369709 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2006-01-17 07:52:41 +00:00
parent e934c30030
commit dac6d6bee6

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;
/** /**
* testcase to emulate container and application isolated from container * testcase to emulate container and application isolated from container