mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
Add missing generic
This commit is contained in:
parent
b5590881bc
commit
813aded7f9
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ public abstract class FilterImpl<E> implements Filter<E> {
|
|||
}
|
||||
|
||||
@Override
|
||||
public final Filter add(Predicate<? super E> predicate) {
|
||||
public final Filter<E> add(Predicate<? super E> predicate) {
|
||||
if (isLockedFilter()) {
|
||||
throw new UnsupportedOperationException("You may not modify a locked filter");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue