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