5092 address codacy complaints

This commit is contained in:
William Schaefer 2019-06-04 15:32:21 -04:00
parent 8637f1dfe0
commit d34610fb58
2 changed files with 5 additions and 6 deletions

View File

@ -73,7 +73,7 @@ class DataSourceSummary {
Case.getCurrentCaseThrows().getSleuthkitCase().getCaseDbAccessManager().select(INGEST_JOB_STATUS_QUERY + dataSource.getId(), callback);
status = callback.getStatus();
} catch (NoCurrentCaseException | TskCoreException ex) {
logger.log(Level.WARNING, "Error getting status for data source from case database", ex);
}
}

View File

@ -21,7 +21,6 @@ package org.sleuthkit.autopsy.casemodule.datasourcesummary;
import java.awt.event.ActionEvent;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
import java.util.Observable;
import java.util.Observer;
import javax.swing.Action;