[refactor] removed generic parmaeter from CardImpl

This commit is contained in:
North 2014-06-02 21:15:53 +03:00
parent 8679e2b3d7
commit 14fa5b0f57
8167 changed files with 8169 additions and 8174 deletions

View file

@ -38,7 +38,7 @@ import mage.cards.CardImpl;
*
* @author BetaSteward_at_googlemail.com
*/
public abstract class BasicLand<T extends BasicLand<T>> extends CardImpl<T> {
public abstract class BasicLand<T extends BasicLand<T>> extends CardImpl {
public BasicLand(UUID ownerId, int cardNumber, String name, ManaAbility mana) {
super(ownerId, cardNumber, name, Rarity.LAND, new CardType[]{CardType.LAND}, null);