Skip to content

Commit

Permalink
[NO JIRA] Fix code smell (#4810)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardo-pilastri-sonarsource authored Jun 6, 2024
1 parent bfe0b30 commit 9074a22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ final void excludeLines(@Nullable Tree tree, Class<? extends JavaCheck> rule) {

@SafeVarargs
final void excludeLines(@Nullable Tree tree, Class<? extends JavaCheck>... rules) {
excludeLinesIfTrue(true, tree, rules);
excludeLinesIfTrue(true, tree, rules);
}

@SafeVarargs
Expand Down

0 comments on commit 9074a22

Please sign in to comment.