Browse Source

More deprecation changes

Change-Id: I5a395c756a9403dada37afcb746f9128b9639fbe
Reviewed-on: http://gerrit.dmdirc.com/1518
Automatic-Compile: Greg Holmes <greg@dmdirc.com>
Reviewed-by: Greg Holmes <greg@dmdirc.com>
tags/0.6.5
Chris Smith 13 years ago
parent
commit
2af6301c7a
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/com/dmdirc/addons/ui_dummy/DummyController.java

+ 3
- 3
src/com/dmdirc/addons/ui_dummy/DummyController.java View File

@@ -84,7 +84,7 @@ public final class DummyController extends Plugin implements UIController {
84 84
      * @deprecated Controllers should listen for window events using a
85 85
      * {@link FrameListener} and create windows as needed.
86 86
      */
87
-    @Override  @Deprecated
87
+    @Override @Deprecated
88 88
     public ChannelWindow getChannel(final Channel channel) {
89 89
         return new DummyChannelWindow(channel);
90 90
     }
@@ -224,13 +224,13 @@ public final class DummyController extends Plugin implements UIController {
224 224
     /** {@inheritDoc} */
225 225
     @Override
226 226
     public void onLoad() {
227
-        // Do nothing?
227
+        // Do nothing
228 228
     }
229 229
 
230 230
     /** {@inheritDoc} */
231 231
     @Override
232 232
     public void onUnload() {
233
-        // Do nothing?
233
+        // Do nothing
234 234
     }
235 235
 
236 236
     /** {@inheritDoc} */

Loading…
Cancel
Save