Correct typo in EAM IngestModule.shutDown

This commit is contained in:
Richard Cordovano 2017-06-15 09:36:49 -04:00
parent c7528e5c27
commit 00345a9c57

View File

@ -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