Code cleanup

This commit is contained in:
Eugene Livis 2016-09-07 12:16:45 -04:00
parent 1d6f306dee
commit 28e9730723

View File

@ -1388,7 +1388,6 @@ public final class AutoIngestManager extends Observable implements PropertyChang
}
try {
processJobs();
// } catch (CoordinationServiceException | SharedConfigurationException | ServicesMonitorException | DatabaseServerDownException | KeywordSearchServerDownException | CaseManagementException | AnalysisStartupException | FileExportException | AutoIngestAlertFileException | AutoIngestJobLoggerException ex) {
} catch (Exception ex) {
if (jobProcessingTaskFuture.isCancelled()) {
break;