mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
Remove unneeded code in KeywordSearchJobSettings
This commit is contained in:
parent
5aff0e07f8
commit
c42e7bcf97
@ -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<>();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user