From b069df74842976439112fd6a3d771ea8b30b31b4 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 1 Sep 2009 21:09:13 +0200 Subject: [TRIVIAL] --- src_eclipseagent/lombok/eclipse/agent/EclipseParserTransformer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src_eclipseagent/lombok/eclipse/agent') diff --git a/src_eclipseagent/lombok/eclipse/agent/EclipseParserTransformer.java b/src_eclipseagent/lombok/eclipse/agent/EclipseParserTransformer.java index 639573e4..6bcc7f77 100644 --- a/src_eclipseagent/lombok/eclipse/agent/EclipseParserTransformer.java +++ b/src_eclipseagent/lombok/eclipse/agent/EclipseParserTransformer.java @@ -52,7 +52,7 @@ import org.objectweb.asm.Opcodes; * complete parsing a method generated by lombok, as the source positions are obviously all wrong * (the method content isn't in the source file!) - lombok has already filled in the complete AST. * - * Bit24 on the flags field on all ASTNode objects is used as a marker. + * Bit24 on the flags field on all ASTNode objects is used as a marker. */ class EclipseParserTransformer { private static final String COMPILER_PKG = -- cgit