* renamed test cases from Test.java to TestCase.java for consistency.
* removed unneeded suite and constructor methods. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@209711 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -36,7 +36,7 @@ public class UserClass {
|
||||
}
|
||||
|
||||
public UserClass() {
|
||||
Log log = LogFactory.getLog(LoadTest.class);
|
||||
Log log = LogFactory.getLog(LoadTestCase.class);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user