Skip to content

Commit a46c536

Browse files
committed
fix: remove duplicate filter entry
1 parent a95df80 commit a46c536

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • plugin/src/main/java/io/snyk/eclipse/plugin/properties/preferences

plugin/src/main/java/io/snyk/eclipse/plugin/properties/preferences/Preferences.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ public static synchronized Preferences getInstance(PreferenceStore store) {
9999
if (getPref(FILTER_LOW) == null) {
100100
store(FILTER_LOW, "false");
101101
}
102-
if (getPref(FILTER_CRITICAL) == null) {
103-
store(FILTER_CRITICAL, "false");
104-
}
105102
if (getPref(FILTER_DELTA_NEW_ISSUES) == null) {
106103
store(FILTER_DELTA_NEW_ISSUES, "false");
107104
}

0 commit comments

Comments
 (0)