- CheckStyle.

This commit is contained in:
Chris
2012-11-17 14:00:53 +00:00
parent 378bee9dc0
commit 1d9bfe7cb2
10 changed files with 18 additions and 18 deletions

View File

@@ -286,7 +286,7 @@ class CardFactoryLands {
}
public void humanExecute() {
Singletons.getModel().getMatch().getInput().setInput(new InputSelectManyCards(0,1) {
Singletons.getModel().getMatch().getInput().setInput(new InputSelectManyCards(0, 1) {
private static final long serialVersionUID = -2774066137824255680L;
@Override

View File

@@ -451,7 +451,7 @@ public class Cost {
}
}
public final CostMana getCostMana () {
public final CostMana getCostMana() {
// TODO: Change where ChangeCost happens
for (final CostPart part : this.costParts) {
if (part instanceof CostMana) {