aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/delombok/lombok/delombok/Delombok.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/delombok/lombok/delombok/Delombok.java b/src/delombok/lombok/delombok/Delombok.java
index 0bc60877..7e8220a0 100644
--- a/src/delombok/lombok/delombok/Delombok.java
+++ b/src/delombok/lombok/delombok/Delombok.java
@@ -366,6 +366,7 @@ public class Delombok {
for (File fileToParse : filesToParse) {
Comments comments = new Comments();
+ context.put(Comments.class, (Comments) null);
context.put(Comments.class, comments);
@SuppressWarnings("deprecation")