mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
very minor Checkstyle stuff in DeckGeneration.java
This commit is contained in:
@@ -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>();
|
||||||
|
|||||||
Reference in New Issue
Block a user