Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
lahodaj committed Aug 14, 2024
1 parent d4305ce commit c268b38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4932,7 +4932,6 @@ private List<JCTree> topLevelMethodOrFieldDeclaration(JCModifiers mods, Comment
false, true, false, dc));
}


return List.of(F.Erroneous());
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2351,6 +2351,11 @@ compiler.warn.annotation.method.not.found=\
compiler.warn.annotation.method.not.found.reason=\
Cannot find annotation method ''{1}()'' in type ''{0}'': {2}

# 0: list of annotation, 1: symbol, 2: name, 3: message segment
compiler.err.cant.attach.type.annotations=\
Cannot attach type annotations {0} to {1}.{2}:\n\
{3}

# 0: file object, 1: symbol, 2: name
compiler.warn.unknown.enum.constant=\
unknown enum constant {1}.{2}
Expand Down

0 comments on commit c268b38

Please sign in to comment.