diff options
Diffstat (limited to 'src_eclipseagent')
-rw-r--r-- | src_eclipseagent/lombok/eclipse/agent/EclipseParserTransformer.java | 2 |
1 files changed, 1 insertions, 1 deletions
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.</li> + * Bit24 on the flags field on all ASTNode objects is used as a marker.</li></ul> */ class EclipseParserTransformer { private static final String COMPILER_PKG = |