should fix the RedundantThrowTest

This commit is contained in:
Bas Leijdekkers
2010-10-29 21:02:43 +02:00
parent 7ad799a48f
commit 1cf7c1a76b
@@ -38,7 +38,7 @@ public class RedundantThrowTest extends InspectionTestCase {
doTest();
}
public void testImplicitSuper() throws Exception {
public void testimplicitSuper() throws Exception {
doTest();
}
}