Redundant semi-colons
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1362959 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -28,7 +28,7 @@ import junit.framework.TestCase;
|
||||
*/
|
||||
public class NullTCCLTestCase extends TestCase {
|
||||
|
||||
public static Test suite() throws Exception {;
|
||||
public static Test suite() throws Exception {
|
||||
PathableTestSuite suite = new PathableTestSuite(NullTCCLTestCase.class, null);
|
||||
return suite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user