瀏覽代碼

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 年之前
父節點
當前提交
2af6301c7a
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      src/com/dmdirc/addons/ui_dummy/DummyController.java

+ 3
- 3
src/com/dmdirc/addons/ui_dummy/DummyController.java 查看文件

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

Loading…
取消
儲存