[refactor] removed generic parmaeter from LevelerCard

This commit is contained in:
North 2014-06-02 21:17:27 +03:00
parent 14fa5b0f57
commit c925b649b3
22 changed files with 22 additions and 23 deletions

View file

@ -35,9 +35,8 @@ import mage.constants.Rarity;
/**
*
* @author BetaSteward_at_googlemail.com
* @param <T>
*/
public abstract class LevelerCard<T extends LevelerCard<T>> extends CardImpl {
public abstract class LevelerCard extends CardImpl {
private int maxLevelCounters;