Skip to content

Commit

Permalink
Remove a double "with".
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 633944115
  • Loading branch information
graememorgan authored and Error Prone Team committed May 16, 2024
1 parent 247d927 commit 4da1f5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ private Description describe(
return buildDescription(locations.iterator().next().getArgument())
.setMessage(
String.format(
"%s was called %s with %s. Setting the same field multiple times is redundant, and "
"%s was called %s%s. Setting the same field multiple times is redundant, and "
+ "could mask a bug.",
field.toString(locations),
nTimes(locations.size()),
Expand Down

0 comments on commit 4da1f5a

Please sign in to comment.