Skip to content

Commit

Permalink
Add missing newline on annotated field
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jul 4, 2024
1 parent fc7ed29 commit d5601ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ private static boolean isPrivateStaticFinalVariable(J.VariableDeclarations decla
private static class DuplicateLiteralInfo {
Set<String> variableNames;
Map<String, String> fieldValueToFieldName;

@NonFinal
Map<String, List<J.Literal>> duplicateLiterals;

Expand Down

0 comments on commit d5601ca

Please sign in to comment.