Skip to content

Commit

Permalink
Fix JDK 23 formatting mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Jan 2, 2025
1 parent e60bf04 commit abf94f7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ protected boolean commonAssignmentCheck(
}
}

/// TODO: What does "take precedence over" mean? Both are issued, but the
/// "i18nformat.excess.arguments" appears first in the output. Is this meant to not call
/// super.commonAssignmentCheck() if `result` is already false?
// TODO: What does "take precedence over" mean? Both are issued, but the
// "i18nformat.excess.arguments" appears first in the output. Is this meant to not call
// super.commonAssignmentCheck() if `result` is already false?
// By calling super.commonAssignmentCheck() last, any "i18nformat.excess.arguments"
// message issued for a given line of code will take precedence over the
// "assignment.type.incompatible"
Expand Down

0 comments on commit abf94f7

Please sign in to comment.