1
0

Trivial change: remove unused import

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@695209 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2008-09-14 12:31:09 +00:00
parent 12f0edf24b
commit 487dcaadea

View File

@@ -25,7 +25,6 @@ import java.io.ObjectOutputStream;
import junit.framework.Test; import junit.framework.Test;
import junit.framework.TestCase; import junit.framework.TestCase;
import junit.framework.TestSuite;
import org.apache.commons.logging.Log; import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory; import org.apache.commons.logging.LogFactory;