mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00: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.target.Target;
|
||||
import mage.watchers.Watchers;
|
||||
import sun.reflect.generics.reflectiveObjects.NotImplementedException;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.UUID;
|
||||
|
@ -292,7 +291,7 @@ public class Spell<T extends Spell<T>> implements StackObject, Card {
|
|||
|
||||
@Override
|
||||
public void setFaceDown(boolean value) {
|
||||
throw new NotImplementedException();
|
||||
throw new RuntimeException("Not implemented.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue