mirror of
https://github.com/correl/mage.git
synced 2025-03-16 17:00:13 -09:00
Clean up.
This commit is contained in:
parent
7c1ca96936
commit
912f33020d
1 changed files with 1 additions and 2 deletions
|
@ -49,7 +49,6 @@ import mage.game.events.GameEvent;
|
||||||
import mage.players.Player;
|
import mage.players.Player;
|
||||||
import mage.target.Target;
|
import mage.target.Target;
|
||||||
import mage.watchers.Watchers;
|
import mage.watchers.Watchers;
|
||||||
import sun.reflect.generics.reflectiveObjects.NotImplementedException;
|
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
@ -292,7 +291,7 @@ public class Spell<T extends Spell<T>> implements StackObject, Card {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setFaceDown(boolean value) {
|
public void setFaceDown(boolean value) {
|
||||||
throw new NotImplementedException();
|
throw new RuntimeException("Not implemented.");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Reference in a new issue