Skip to content

Commit

Permalink
Fix part of testBug530803_1
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Stryker <stryker@redhat.com>
  • Loading branch information
Rob Stryker committed May 2, 2024
1 parent c20c02a commit 79d512f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ private ModuleDeclaration convert(JCModuleDecl javac) {
}
}
commonSettings(res, javac);
List<IExtendedModifier> l = convert(javac.mods, res);
res.annotations().addAll(l);
return res;
}

Expand Down

0 comments on commit 79d512f

Please sign in to comment.