mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +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.
|
* compatible, version of this class is de-serialized.
|
||||||
*/
|
*/
|
||||||
private void upgradeFromOlderVersions() {
|
private void upgradeFromOlderVersions() {
|
||||||
if (null == this.namesOfEnabledKeywordLists) {
|
|
||||||
this.namesOfEnabledKeywordLists = new HashSet<>();
|
|
||||||
}
|
|
||||||
if (null == this.namesOfDisabledKeywordLists) {
|
if (null == this.namesOfDisabledKeywordLists) {
|
||||||
this.namesOfDisabledKeywordLists = new HashSet<>();
|
this.namesOfDisabledKeywordLists = new HashSet<>();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user