mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 08:26:15 +00:00
Format IngestTaskPipeline.java
This commit is contained in:
parent
f69836b9a5
commit
2c46a33066
@ -322,11 +322,11 @@ abstract class IngestTaskPipeline<T extends IngestTask> {
|
|||||||
* performing the task.
|
* performing the task.
|
||||||
*/
|
*/
|
||||||
abstract void performTask(IngestJobPipeline ingestJobPipeline, T task) throws IngestModuleException;
|
abstract void performTask(IngestJobPipeline ingestJobPipeline, T task) throws IngestModuleException;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void shutDown() {
|
public void shutDown() {
|
||||||
module.shutDown();
|
module.shutDown();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user