1
0

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:
Sebastian Bazley
2012-07-18 14:14:29 +00:00
parent 7297a70b96
commit 66c1dcbf47
4 changed files with 10 additions and 10 deletions

View File

@@ -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;
}