From 7ccdf0b75fbdad4a923eb1b18889827cb3e66d19 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Mon, 8 Aug 2011 21:33:48 +0200 Subject: trivial --- src/core/lombok/eclipse/handlers/EclipseHandlerUtil.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/core/lombok/eclipse/handlers/EclipseHandlerUtil.java b/src/core/lombok/eclipse/handlers/EclipseHandlerUtil.java index 35bf9f93..c1204c84 100644 --- a/src/core/lombok/eclipse/handlers/EclipseHandlerUtil.java +++ b/src/core/lombok/eclipse/handlers/EclipseHandlerUtil.java @@ -676,8 +676,6 @@ public class EclipseHandlerUtil { * In eclipse 3.7+, IntLiterals are created using a factory-method * Unfortunately that means we need to use reflection as we want to be compatible * with eclipse versions before 3.7. - * - * @param token */ public static IntLiteral makeIntLiteral(char[] token, ASTNode source) { int pS = source.sourceStart, pE = source.sourceEnd; -- cgit