Skip to content

Commit

Permalink
Suppress new SonarCloud warning (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 authored Jul 15, 2024
1 parent 6eb22da commit 5fbb063
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 5fbb063

Please sign in to comment.