Minor fix to comments in ControlDetail.

This commit is contained in:
Doublestrike
2012-01-15 10:57:03 +00:00
parent 74295b998b
commit 767a035e24

View File

@@ -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;