Nachbearbeitung: verbliebene M4-Referenzen nach Umbenennung bereinigt
This commit is contained in:
@@ -172,7 +172,7 @@ public class BootstrapRunner {
|
||||
new SqliteProcessingAttemptRepositoryAdapter(jdbcUrl);
|
||||
UnitOfWorkPort unitOfWorkPort =
|
||||
new SqliteUnitOfWorkAdapter(jdbcUrl);
|
||||
DocumentProcessingCoordinator m4Processor =
|
||||
DocumentProcessingCoordinator documentProcessingCoordinator =
|
||||
new DocumentProcessingCoordinator(documentRecordRepository, processingAttemptRepository, unitOfWorkPort);
|
||||
return new DefaultBatchRunProcessingUseCase(
|
||||
config,
|
||||
@@ -180,7 +180,7 @@ public class BootstrapRunner {
|
||||
new SourceDocumentCandidatesPortAdapter(config.sourceFolder()),
|
||||
new PdfTextExtractionPortAdapter(),
|
||||
fingerprintPort,
|
||||
m4Processor);
|
||||
documentProcessingCoordinator);
|
||||
};
|
||||
this.commandFactory = SchedulerBatchCommand::new;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user