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:
@@ -17,14 +17,16 @@
|
|||||||
|
|
||||||
package org.apache.commons.logging;
|
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
|
* @author Sean C. Sullivan
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
public abstract class AbstractLogTest extends TestCase {
|
public abstract class AbstractLogTest extends TestCase {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user