From 1cf7c1a76bc602d04650e9f6e1e262942ec439bb Mon Sep 17 00:00:00 2001 From: Bas Leijdekkers Date: Fri, 29 Oct 2010 21:02:43 +0200 Subject: [PATCH] should fix the RedundantThrowTest --- .../testSrc/com/intellij/codeInspection/RedundantThrowTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } }