diff --git a/java/java-tests/testSrc/com/intellij/codeInspection/RedundantThrowTest.java b/java/java-tests/testSrc/com/intellij/codeInspection/RedundantThrowTest.java index ea7091d99e06..823295110b93 100644 --- a/java/java-tests/testSrc/com/intellij/codeInspection/RedundantThrowTest.java +++ b/java/java-tests/testSrc/com/intellij/codeInspection/RedundantThrowTest.java @@ -38,7 +38,7 @@ public class RedundantThrowTest extends InspectionTestCase { doTest(); } - public void testImplicitSuper() throws Exception { + public void testimplicitSuper() throws Exception { doTest(); } }