mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
final
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user