mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 16:36:15 +00:00
Merge pull request #6764 from rcordovano/7332-ingest-pipeline-refactor-fix
7332 ingest pipeline refactor fix
This commit is contained in:
commit
e717813db3
@ -324,6 +324,11 @@ abstract class IngestTaskPipeline<T extends IngestTask> {
|
|||||||
*/
|
*/
|
||||||
abstract void performTask(IngestJobPipeline ingestJobPipeline, T task) throws IngestModuleException;
|
abstract void performTask(IngestJobPipeline ingestJobPipeline, T task) throws IngestModuleException;
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void shutDown() {
|
||||||
|
module.shutDown();
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user