1
0

Cleanup imports & some static method calls.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138986 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Richard A. Sitze
2003-07-18 14:11:45 +00:00
parent 5ac51cd843
commit 76e5c8aaf7
6 changed files with 32 additions and 43 deletions

View File

@@ -1,7 +1,7 @@
package org.apache.commons.logging;
import org.apache.commons.logging.impl.SimpleLog;
import junit.framework.*;
import junit.framework.Test;
import junit.framework.TestSuite;
/**
*