mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Format IngestJob.java
This commit is contained in:
parent
219e7afedd
commit
d1a6e097c7
@ -115,8 +115,8 @@ public final class IngestJob {
|
||||
}
|
||||
|
||||
/**
|
||||
* Constructs an ingest job that analyzes one data source, possibly using
|
||||
* an ingest stream.
|
||||
* Constructs an ingest job that analyzes one data source, possibly using an
|
||||
* ingest stream.
|
||||
*
|
||||
* @param settings The ingest job settings.
|
||||
*/
|
||||
@ -202,8 +202,8 @@ public final class IngestJob {
|
||||
|
||||
/*
|
||||
* Try to start each data source ingest job. Note that there is an
|
||||
* assumption here that if there is going to be a module
|
||||
* startup failure, it will be for the first ingest job pipeline.
|
||||
* assumption here that if there is going to be a module startup
|
||||
* failure, it will be for the first ingest job pipeline.
|
||||
*
|
||||
* TODO (RC): Consider separating module start up from pipeline startup
|
||||
* so that no processing is done if this assumption is false.
|
||||
@ -508,7 +508,8 @@ public final class IngestJob {
|
||||
* used to get basic information about the module and to request
|
||||
* cancellation of the module.
|
||||
*
|
||||
* @param ingestJobPipeline The ingestJobPipeline that owns the data source level ingest module.
|
||||
* @param ingestJobPipeline The ingestJobPipeline that owns the data
|
||||
* source level ingest module.
|
||||
* @param module The data source level ingest module.
|
||||
*/
|
||||
private DataSourceIngestModuleHandle(IngestJobPipeline ingestJobPipeline, DataSourceIngestPipeline.DataSourcePipelineModule module) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user