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