mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Minor fix to comments in ControlDetail.
This commit is contained in:
@@ -22,8 +22,7 @@ import forge.view.match.ViewDetail;
|
||||
|
||||
/**
|
||||
*
|
||||
* Controls the vertical tabber in sidebar used for viewing card details and
|
||||
* picture.
|
||||
* Controls the card detail area in the match UI.
|
||||
*
|
||||
*/
|
||||
public class ControlDetail {
|
||||
@@ -31,11 +30,9 @@ public class ControlDetail {
|
||||
private Card currentCard = null;
|
||||
|
||||
/**
|
||||
* Controls the vertical tabber in sidebar used for viewing card details and
|
||||
* picture.
|
||||
* Controls the card detail area in the match UI.
|
||||
*
|
||||
* @param v
|
||||
*   The CardViewer Swing component.
|
||||
* @param v   The CardViewer Swing component.
|
||||
*/
|
||||
public ControlDetail(final ViewDetail v) {
|
||||
this.view = v;
|
||||
@@ -44,8 +41,7 @@ public class ControlDetail {
|
||||
/**
|
||||
* Shows card details and/or picture in sidebar cardview tabber.
|
||||
*
|
||||
* @param c
|
||||
*   Card object
|
||||
* @param c   Card object
|
||||
*/
|
||||
public void showCard(final Card c) {
|
||||
this.currentCard = c;
|
||||
|
||||
Reference in New Issue
Block a user