mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Correct typo in EAM IngestModule.shutDown
This commit is contained in:
parent
c7528e5c27
commit
00345a9c57
@ -152,7 +152,7 @@ class IngestModule implements FileIngestModule {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void shutDown() {
|
public void shutDown() {
|
||||||
if (Boolean.parseBoolean(ModuleSettings.getConfigSetting("EnterpriseArtifactManager", "db.enabled")) == false
|
if (Boolean.parseBoolean(ModuleSettings.getConfigSetting("EnterpriseArtifactsManager", "db.enabled")) == false
|
||||||
|| EamDb.getInstance().isEnabled() == false) {
|
|| EamDb.getInstance().isEnabled() == false) {
|
||||||
/*
|
/*
|
||||||
* Not signaling an error for now. This is a workaround for the way
|
* Not signaling an error for now. This is a workaround for the way
|
||||||
|
Loading…
x
Reference in New Issue
Block a user