From 00897160e9c56593e80c2d4e2755e2ae9e39b55d Mon Sep 17 00:00:00 2001 From: Aleksey Pivovarov Date: Thu, 29 Mar 2018 14:04:25 +0300 Subject: [PATCH] vcs: cleanup follow-up: 61af660458cb227837172dd931227fdd0e50a53c --- .../intellij/openapi/vcs/changes/ui/IgnoredSettingsPanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/vcs-impl/src/com/intellij/openapi/vcs/changes/ui/IgnoredSettingsPanel.java b/platform/vcs-impl/src/com/intellij/openapi/vcs/changes/ui/IgnoredSettingsPanel.java index a6aedbc81450..c06c7b4976ae 100644 --- a/platform/vcs-impl/src/com/intellij/openapi/vcs/changes/ui/IgnoredSettingsPanel.java +++ b/platform/vcs-impl/src/com/intellij/openapi/vcs/changes/ui/IgnoredSettingsPanel.java @@ -42,7 +42,7 @@ public class IgnoredSettingsPanel implements SearchableConfigurable, Configurabl private final JBList myList; private JPanel myPanel; private final Project myProject; - private DefaultListModel myModel; + private DefaultListModel myModel = new DefaultListModel<>(); private final ChangeListManagerImpl myChangeListManager; private final Set myDirectoriesManuallyRemovedFromIgnored = new HashSet<>();