From d174201c7f911e3752661a33ce6360a4240f8366 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 1 Jul 2009 22:36:35 +0200 Subject: [TRIVIAL] --- src/lombok/eclipse/handlers/HandleSneakyThrows.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lombok/eclipse/handlers/HandleSneakyThrows.java b/src/lombok/eclipse/handlers/HandleSneakyThrows.java index d3104d7a..01b00efb 100644 --- a/src/lombok/eclipse/handlers/HandleSneakyThrows.java +++ b/src/lombok/eclipse/handlers/HandleSneakyThrows.java @@ -29,7 +29,6 @@ import org.mangosdk.spi.ProviderFor; @ProviderFor(EclipseAnnotationHandler.class) public class HandleSneakyThrows implements EclipseAnnotationHandler { - private static class DeclaredException { final String exceptionName; final ASTNode node; @@ -43,6 +42,7 @@ public class HandleSneakyThrows implements EclipseAnnotationHandler annotation, Annotation ast, Node annotationNode) { List exceptionNames = annotation.getRawExpressions("value"); -- cgit