A wee bit o' checkstyle.

This commit is contained in:
Doublestrike
2012-10-09 11:25:10 +00:00
parent 69ca79e836
commit e7f04dd77c

View File

@@ -176,8 +176,9 @@ public enum CDock implements ICDoc {
* Receives click and programmatic requests for viewing a player's library * Receives click and programmatic requests for viewing a player's library
* (typically used in dev mode). Allows copy of the cardlist to clipboard. * (typically used in dev mode). Allows copy of the cardlist to clipboard.
* *
* @param targetDeck {@link forge.deck.Deck}
*/ */
private final void showDeck(Deck targetDeck) { private void showDeck(Deck targetDeck) {
if (null == targetDeck) { if (null == targetDeck) {
return; return;
} }