vcs: cleanup

follow-up: 61af660458
This commit is contained in:
Aleksey Pivovarov
2018-03-29 14:04:25 +03:00
parent 4990acec66
commit 00897160e9
@@ -42,7 +42,7 @@ public class IgnoredSettingsPanel implements SearchableConfigurable, Configurabl
private final JBList<IgnoredFileBean> myList;
private JPanel myPanel;
private final Project myProject;
private DefaultListModel<IgnoredFileBean> myModel;
private DefaultListModel<IgnoredFileBean> myModel = new DefaultListModel<>();
private final ChangeListManagerImpl myChangeListManager;
private final Set<String> myDirectoriesManuallyRemovedFromIgnored = new HashSet<>();