mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
A wee bit o' checkstyle.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user