Remove unnecessary warning suppression
Change-Id: Iac493ad8be46d29e82ffb3007aadf25a49debfa8
This commit is contained in:

committed by
Shawn O. Pearce

parent
982e5972cb
commit
3755e9fd85
@@ -65,7 +65,6 @@ public abstract class Predicate<T> {
|
||||
}
|
||||
|
||||
/** Invert the passed node. */
|
||||
@SuppressWarnings("unchecked")
|
||||
public static <T> Predicate<T> not(final Predicate<T> that) {
|
||||
if (that instanceof NotPredicate) {
|
||||
// Negate of a negate is the original predicate.
|
||||
|
Reference in New Issue
Block a user