Skip to content

Commit

Permalink
Suppress new SonarCloud warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Jul 14, 2024
1 parent 5234fca commit 467d23b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Predicate<T> before(T e) {
}

@AfterTemplate
@SuppressWarnings("java:S1698" /* Reference comparison is valid for enums. */)
Predicate<T> after(T e) {
return v -> v == e;
}
Expand Down

0 comments on commit 467d23b

Please sign in to comment.