very minor Checkstyle stuff in DeckGeneration.java

This commit is contained in:
slapshot5
2011-09-10 17:05:56 +00:00
parent f45c6c09f5
commit 994fddf7ba

View File

@@ -17,7 +17,7 @@ import forge.game.GameType;
import forge.gui.GuiUtils; import forge.gui.GuiUtils;
/** /**
* Utility class to hold add deck generation routines, methods moved from OldGuiNewGame * Utility class to hold add deck generation routines, methods moved from OldGuiNewGame.
* *
*/ */
public abstract class DeckGeneration { public abstract class DeckGeneration {
@@ -30,7 +30,7 @@ public abstract class DeckGeneration {
* {@link java.lang.String} object. * {@link java.lang.String} object.
*/ */
public static void genDecks(final PlayerType playerType) { public static void genDecks(final PlayerType playerType) {
// TODO: jendave to refactor deck generation // TODO jendave to refactor deck generation
Deck d = null; Deck d = null;
ArrayList<String> decks = new ArrayList<String>(); ArrayList<String> decks = new ArrayList<String>();