aboutsummaryrefslogtreecommitdiff
path: root/src_eclipseagent/lombok
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-09-01 21:09:13 +0200
committerReinier Zwitserloot <reinier@tipit.to>2009-09-01 21:09:13 +0200
commitb069df74842976439112fd6a3d771ea8b30b31b4 (patch)
tree2d6fd0854634554e2299871349fb1da2917c642c /src_eclipseagent/lombok
parentaf202da7db529e1c98344343e29c82a3689df2d6 (diff)
downloadlombok-b069df74842976439112fd6a3d771ea8b30b31b4.tar.gz
lombok-b069df74842976439112fd6a3d771ea8b30b31b4.tar.bz2
lombok-b069df74842976439112fd6a3d771ea8b30b31b4.zip
[TRIVIAL]
Diffstat (limited to 'src_eclipseagent/lombok')
-rw-r--r--src_eclipseagent/lombok/eclipse/agent/EclipseParserTransformer.java2
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 =