This commit is contained in:
Dmitry Trofimov
2017-10-16 22:09:58 +02:00
parent 941cce349d
commit d19421bdeb
@@ -259,7 +259,7 @@ public class PythonRunConfigurationForm implements PythonRunConfigurationParams,
}
private class MyComboBox extends JBComboBoxLabel implements UserActivityProviderComponent {
private List<ChangeListener> myListeners = Lists.newArrayList();
private final List<ChangeListener> myListeners = Lists.newArrayList();
public MyComboBox() {
this.addMouseListener(new MouseAdapter() {