mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
Merge pull request #3625 from sleuthkit/custom-release-march-2018
Merge in custom release march 2018
This commit is contained in:
commit
eaed2ce261
@ -129,7 +129,7 @@ final class IngestTasksScheduler {
|
||||
*
|
||||
* @param job The data source ingest job.
|
||||
*/
|
||||
synchronized void scheduleDataSourceIngestTask(DataSourceIngestJob job) { // RJCTODO: Should this throw instead?
|
||||
synchronized void scheduleDataSourceIngestTask(DataSourceIngestJob job) {
|
||||
if (!job.isCancelled()) {
|
||||
DataSourceIngestTask task = new DataSourceIngestTask(job);
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user