浏览代码

Remove todo comment.

pull/100/head
Greg Holmes 9 年前
父节点
当前提交
4ba7d35548
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      ui_swing/src/com/dmdirc/addons/ui_swing/components/menubar/ChannelMenu.java

+ 0
- 1
ui_swing/src/com/dmdirc/addons/ui_swing/components/menubar/ChannelMenu.java 查看文件

@@ -122,7 +122,6 @@ public class ChannelMenu extends JMenu implements ActionListener,
122 122
     public void actionPerformed(final ActionEvent e) {
123 123
         switch (e.getActionCommand()) {
124 124
             case "JoinChannel":
125
-                // TODO: This can NPE on both getActiveFrame and getConnection fix me.
126 125
                 new StandardInputDialog(mainFrame, Dialog.ModalityType.APPLICATION_MODAL,
127 126
                         iconManager, "Join Channel", "Enter the name of the channel to join.",
128 127
                         this::doJoinChannel).displayOrRequestFocus();

正在加载...
取消
保存