Author: skitching
Date: Tue Aug  1 16:46:32 2006
New Revision: 427798

URL: http://svn.apache.org/viewvc?rev=427798&view=rev
Log:
Remove unused imports (fix compile warnings).

Modified:
    
jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/logkit/StandardTestCase.java

Modified: 
jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/logkit/StandardTestCase.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/logkit/StandardTestCase.java?rev=427798&r1=427797&r2=427798&view=diff
==============================================================================
--- 
jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/logkit/StandardTestCase.java
 (original)
+++ 
jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/logkit/StandardTestCase.java
 Tue Aug  1 16:46:32 2006
@@ -24,16 +24,13 @@
 import java.io.ObjectOutputStream;
 
 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.LogFactory;
 import org.apache.commons.logging.PathableClassLoader;
 import org.apache.commons.logging.PathableTestSuite;
 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.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to