diff --git a/Utils/cardClass.tmpl b/Utils/cardClass.tmpl index 48c92910cfa..52636ac0065 100644 --- a/Utils/cardClass.tmpl +++ b/Utils/cardClass.tmpl @@ -40,7 +40,7 @@ import mage.constants.Rarity; * * @author [=$author=] */ -public class [=$className=] extends CardImpl<[=$className=]> { +public class [=$className=] extends CardImpl { public [=$className=](UUID ownerId) { super(ownerId, [=$cardNumber=], "[=$name=]", Rarity.[=$rarity=], new CardType[]{[=$type=]}, "[=$manaCost=]"); diff --git a/Utils/cardExtendedLandClass.tmpl b/Utils/cardExtendedLandClass.tmpl index b5aec4b3acc..28fa2976dfd 100644 --- a/Utils/cardExtendedLandClass.tmpl +++ b/Utils/cardExtendedLandClass.tmpl @@ -33,8 +33,6 @@ import java.util.UUID; * * @author [=$author=] */ - - public class [=$className=][=$landNr=] extends mage.cards.basiclands.[=$className=] { public [=$className=][=$landNr=](UUID ownerId) {