[refactor] removed generic from Counter

This commit is contained in:
North 2014-05-31 17:11:11 +03:00
parent 5870b0ed7d
commit 545e4298b7
53 changed files with 55 additions and 56 deletions

View file

@ -32,7 +32,7 @@ package mage.counters;
*
* @author BetaSteward_at_googlemail.com
*/
public abstract class BoostCounter<T extends BoostCounter<T>> extends Counter<T> {
public abstract class BoostCounter extends Counter {
protected int power;
protected int toughness;