- Checkstyle.

This commit is contained in:
Chris
2011-12-07 22:32:03 +00:00
parent fca0522ea1
commit ce17eeafac
2 changed files with 2 additions and 2 deletions

View File

@@ -960,7 +960,7 @@ public class CardList implements Iterable<Card> {
}
});
}
/**
* <p>
* getMonoColored.

View File

@@ -277,7 +277,7 @@ public final class BoosterDraft implements IBoosterDraft {
for (int i = 1; i < this.pack.size(); i++) {
final CardList forAi = new CardList();
final List<CardPrinted> booster = this.pack.get((iHumansBooster+i) % this.pack.size());
final List<CardPrinted> booster = this.pack.get((iHumansBooster + i) % this.pack.size());
for (final CardPrinted cr : booster) {
forAi.add(cr.toForgeCard());
}