File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
src/main/java/com/magento/idea/magento2uct/ui Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 2525import java .awt .Color ;
2626import java .awt .event .KeyEvent ;
2727import java .util .Objects ;
28- import javax .swing .JButton ;
2928import javax .swing .JCheckBox ;
3029import javax .swing .JComboBox ;
3130import javax .swing .JComponent ;
@@ -50,8 +49,6 @@ public class ConfigurationDialog extends AbstractDialog {
5049 private JComboBox <ComboBoxItemData > issueSeverityLevel ;
5150
5251 private JPanel contentPanel ;
53- private JButton buttonCancel ;
54- private JButton buttonOk ;
5552 private JLabel currentVersionLabel ;//NOPMD
5653 private JLabel modulePathLabel ;//NOPMD
5754 private JLabel targetVersionLabel ;//NOPMD
@@ -77,8 +74,6 @@ public ConfigurationDialog(final @NotNull Project project) {
7774
7875 hasAdditionalPath .addActionListener (event ->
7976 refreshAdditionalFields (hasAdditionalPath .isSelected ()));
80- buttonOk .addActionListener (event -> onOK ());
81- buttonCancel .addActionListener (event -> onCancel ());
8277
8378 // call onCancel() on ESCAPE
8479 contentPanel .registerKeyboardAction (
You can’t perform that action at this time.
0 commit comments