1
0

Removed unused imports

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@369719 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2006-01-17 08:41:27 +00:00
parent 9a1ec952ae
commit 1693599580

View File

@@ -18,12 +18,10 @@ package org.apache.commons.logging.config;
import java.net.URL;
import java.util.Enumeration;
import junit.framework.Test;
import junit.framework.TestCase;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.commons.logging.PathableClassLoader;
import org.apache.commons.logging.PathableTestSuite;