JUnit TestCase class has had a default constructor for a long while now,
so remove pointless constructors for TestCase subclasses. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@209407 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -29,18 +29,6 @@ import junit.framework.*;
|
||||
*/
|
||||
public class SimpleLogTest extends AbstractLogTest
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @param testName
|
||||
*
|
||||
*/
|
||||
public SimpleLogTest(String testName)
|
||||
{
|
||||
super(testName);
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user