1
0

Add comments, clean up imports.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@381236 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2006-02-27 02:58:24 +00:00
parent 3a70e9ac3a
commit 037499be30

View File

@@ -17,14 +17,16 @@
package org.apache.commons.logging;
import junit.framework.*;
import junit.framework.TestCase;
/**
*
* Generic tests that can be applied to any log adapter by
* subclassing this class and defining method getLogObject
* appropriately.
*
* @author Sean C. Sullivan
* @version $Revision$
*
*/
public abstract class AbstractLogTest extends TestCase {