- CheckStyle.

This commit is contained in:
Chris
2012-11-12 01:51:42 +00:00
parent ececeb7da9
commit 73e610335e

View File

@@ -6,7 +6,7 @@ import forge.card.spellability.SpellAbility;
import forge.game.player.Player;
public class CanPlayAsDrawbackAi extends SpellAiLogic {
/* (non-Javadoc)
* @see forge.card.abilityfactory.SpellAiLogic#canPlayAI(forge.game.player.Player, java.util.Map, forge.card.spellability.SpellAbility)
*/
@@ -41,4 +41,4 @@ public class CanPlayAsDrawbackAi extends SpellAiLogic {
return false;
}
}
}