[refactor] removed generic parameter from remaining Effect classes

This commit is contained in:
North 2014-06-02 22:53:49 +03:00
parent e2c7fdf121
commit 99854be1fb
219 changed files with 224 additions and 227 deletions

View file

@ -43,7 +43,7 @@ import mage.game.permanent.Permanent;
*
* @author BetaSteward_at_googlemail.com
*/
public class BoostSourceWhileControlsEffect extends WhileConditionContiniousEffect<BoostSourceWhileControlsEffect> {
public class BoostSourceWhileControlsEffect extends WhileConditionContiniousEffect {
private int power;
private int toughness;