From c42e7bcf970785d1c724d9f1a85ea7038e68970e Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Wed, 24 Sep 2014 15:40:53 -0400 Subject: [PATCH] Remove unneeded code in KeywordSearchJobSettings --- .../autopsy/keywordsearch/KeywordSearchJobSettings.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchJobSettings.java b/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchJobSettings.java index 63aacf6efa..efa542fff4 100755 --- a/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchJobSettings.java +++ b/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchJobSettings.java @@ -66,9 +66,6 @@ final class KeywordSearchJobSettings implements IngestModuleIngestJobSettings { * compatible, version of this class is de-serialized. */ private void upgradeFromOlderVersions() { - if (null == this.namesOfEnabledKeywordLists) { - this.namesOfEnabledKeywordLists = new HashSet<>(); - } if (null == this.namesOfDisabledKeywordLists) { this.namesOfDisabledKeywordLists = new HashSet<>(); }