Removed redundant interface implementation.

This commit is contained in:
Nathaniel Brandes 2016-05-07 05:33:54 -07:00
parent 9a8c05ab6d
commit 08252e4e6c

View file

@ -28,15 +28,15 @@
package mage.game;
import java.io.Serializable;
import java.util.UUID;
import mage.cards.CardsImpl;
/**
*
* @author BetaSteward_at_googlemail.com
*/
public class ExileZone extends CardsImpl implements Serializable {
public class ExileZone extends CardsImpl {
private UUID id;
private String name;