Skip to content

Commit

Permalink
adapt error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczi committed Dec 18, 2024
1 parent e754439 commit 701066e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public ActionRequestValidationException validate(
validationException = addValidationError(
String.format(
Locale.ROOT,
"%s requires [%s: %d] to be greater than or equal to [size: %d]",
"%s requires [%s: %d] be greater than or equal to [size: %d]",
getName(),
getRankWindowSizeField().getPreferredName(),
rankWindowSize,
Expand Down

0 comments on commit 701066e

Please sign in to comment.