forked from External/mage
Make the type checking on predicates added to filters stricter to make runtime errors less likely.
This commit is contained in:
parent
9705f7228c
commit
a8cd19eaea
11 changed files with 50 additions and 32 deletions
|
|
@ -69,7 +69,7 @@ public class TargetPermanentOrSuspendedCard extends TargetImpl {
|
|||
}
|
||||
|
||||
@Override
|
||||
public Filter<Object> getFilter() {
|
||||
public Filter<MageObject> getFilter() {
|
||||
return this.filter;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue