Переглянути джерело

Remove todo comment.

pull/100/head
Greg Holmes 9 роки тому
джерело
коміт
4ba7d35548

+ 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();

Завантаження…
Відмінити
Зберегти