From 767a035e24e8efc716faebe08990cf43fe0eb85e Mon Sep 17 00:00:00 2001 From: Doublestrike Date: Sun, 15 Jan 2012 10:57:03 +0000 Subject: [PATCH] Minor fix to comments in ControlDetail. --- src/main/java/forge/control/match/ControlDetail.java | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/main/java/forge/control/match/ControlDetail.java b/src/main/java/forge/control/match/ControlDetail.java index ca60f80c79a..5c97bb35a1e 100644 --- a/src/main/java/forge/control/match/ControlDetail.java +++ b/src/main/java/forge/control/match/ControlDetail.java @@ -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;