Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 authored and rickie committed Oct 23, 2023
1 parent 11ed5e5 commit 29d70a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*/
@AutoService(BugChecker.class)
@BugPattern(
summary = "Nullary JUnit test methods need not be parameterized",
summary = "Nullary JUnit test methods should not be parameterized",
link = BUG_PATTERNS_BASE_URL + "JUnitNullaryParameterizedTestDeclaration",
linkType = CUSTOM,
severity = SUGGESTION,
Expand Down

0 comments on commit 29d70a7

Please sign in to comment.