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 * Controls the card detail area in the match UI.
* picture.
* *
*/ */
public class ControlDetail { public class ControlDetail {
@@ -31,11 +30,9 @@ public class ControlDetail {
private Card currentCard = null; private Card currentCard = null;
/** /**
* Controls the vertical tabber in sidebar used for viewing card details and * Controls the card detail area in the match UI.
* picture.
* *
* @param v * @param v   The CardViewer Swing component.
*   The CardViewer Swing component.
*/ */
public ControlDetail(final ViewDetail v) { public ControlDetail(final ViewDetail v) {
this.view = v; this.view = v;
@@ -44,8 +41,7 @@ public class ControlDetail {
/** /**
* Shows card details and/or picture in sidebar cardview tabber. * Shows card details and/or picture in sidebar cardview tabber.
* *
* @param c * @param c   Card object
*   Card object
*/ */
public void showCard(final Card c) { public void showCard(final Card c) {
this.currentCard = c; this.currentCard = c;