- CheckStyle.

This commit is contained in:
Chris
2012-11-11 15:21:05 +00:00
parent 0bb91bb8d0
commit b28cadb05b

View File

@@ -5,7 +5,7 @@ import forge.card.spellability.SpellAbility;
import forge.game.player.Player; import forge.game.player.Player;
public class AnimateAllAi extends SpellAiLogic { public class AnimateAllAi extends SpellAiLogic {
@Override @Override
protected boolean canPlayAI(Player aiPlayer, SpellAbility sa) { protected boolean canPlayAI(Player aiPlayer, SpellAbility sa) {
return false; return false;
@@ -16,4 +16,4 @@ public class AnimateAllAi extends SpellAiLogic {
return false; return false;
} }
} // end class AbilityFactoryAnimate } // end class AbilityFactoryAnimate