- Checkstyle.

This commit is contained in:
Chris
2011-12-06 13:34:47 +00:00
parent 4f02ba15ec
commit ea77ce2541
4 changed files with 20 additions and 20 deletions

View File

@@ -1988,7 +1988,7 @@ public class CombatUtil {
}
/**
* gets a string for the GameLog regarding attackers
* gets a string for the GameLog regarding attackers.
*
* @return a String
*/

View File

@@ -1851,7 +1851,7 @@ public class GameAction {
}
if (c.hasStartOfKeyword("May be played without paying its mana cost")) {
final SpellAbility newSA = sa.copy();
final Cost cost = new Cost("",c.getName(),false);
final Cost cost = new Cost("", c.getName(), false);
for (CostPart part : newSA.getPayCosts().getCostParts()) {
if (!(part instanceof CostMana)) {
cost.getCostParts().add(part);