Pārlūkot izejas kodu

General style fixes in performpanel

Change-Id: I9f21166cefa3ad7022c8174b36fbfaa4a0c054ba
Reviewed-on: http://gerrit.dmdirc.com/1352
Reviewed-by: Chris Smith <chris@dmdirc.com>
Automatic-Compile: DMDirc Local Commits <dmdirc@googlemail.com>
tags/0.6.4
Simon Mott 14 gadus atpakaļ
vecāks
revīzija
602fbae1c6

+ 2
- 4
src/com/dmdirc/addons/ui_swing/components/performpanel/PerformPanel.java Parādīt failu

@@ -72,9 +72,10 @@ public class PerformPanel extends JPanel {
72 72
      *
73 73
      * By default this panel displays a blank text area.
74 74
      *
75
-     * @param performList Collection of PerformDescriptions to initiliase
75
+     * @param performs Collection of PerformDescriptions to initiliase
76 76
      */
77 77
     public PerformPanel(final Collection<PerformDescription> performs) {
78
+        super();
78 79
         for (PerformDescription perform : performs) {
79 80
             addPerform(perform);
80 81
         }
@@ -106,9 +107,6 @@ public class PerformPanel extends JPanel {
106 107
 
107 108
     /**
108 109
      * Saves modifications to the provided performs.
109
-     *
110
-     * @param perform PerformDescription to save
111
-     * @param text Text to save to this PerformDescription
112 110
      */
113 111
     public void savePerform() {
114 112
         performs.put(visiblePerform, performSpace.getText().split("\n"));

Notiek ielāde…
Atcelt
Saglabāt