diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-09-01 21:09:13 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-09-01 21:09:13 +0200 |
commit | b069df74842976439112fd6a3d771ea8b30b31b4 (patch) | |
tree | 2d6fd0854634554e2299871349fb1da2917c642c | |
parent | af202da7db529e1c98344343e29c82a3689df2d6 (diff) | |
download | lombok-b069df74842976439112fd6a3d771ea8b30b31b4.tar.gz lombok-b069df74842976439112fd6a3d771ea8b30b31b4.tar.bz2 lombok-b069df74842976439112fd6a3d771ea8b30b31b4.zip |
[TRIVIAL]
-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 = |