[refactor] removed generic parameter from Ability

This commit is contained in:
North 2014-06-01 20:44:47 +03:00
parent e43bc35c14
commit 4403934163
663 changed files with 685 additions and 691 deletions

View file

@ -37,7 +37,7 @@ import mage.game.events.GameEvent;
*
* @author North
*/
public class DrawCardControllerTriggeredAbility extends TriggeredAbilityImpl<DrawCardControllerTriggeredAbility> {
public class DrawCardControllerTriggeredAbility extends TriggeredAbilityImpl {
public DrawCardControllerTriggeredAbility(Effect effect, boolean optional) {
super(Zone.BATTLEFIELD, effect, optional);