[refactor] removed generic parameter from BasicLand

This commit is contained in:
North 2014-06-03 12:42:40 +03:00
parent 9324e93868
commit bb7de19d7b
6 changed files with 6 additions and 6 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 {
public abstract class BasicLand extends CardImpl {
public BasicLand(UUID ownerId, int cardNumber, String name, ManaAbility mana) {
super(ownerId, cardNumber, name, Rarity.LAND, new CardType[]{CardType.LAND}, null);