mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
#21 Umbau NoScenarioMatch, als Fallback match
This commit is contained in:
parent
b350334a04
commit
cadedaf062
8 changed files with 55 additions and 45 deletions
|
|
@ -81,7 +81,7 @@ public class DefaultCheck implements Check {
|
|||
final Processor processor = ObjectFactory.createProcessor();
|
||||
this.conversionService = new ConversionService();
|
||||
this.contentRepository = new ContentRepository(processor, configuration.getScenarioRepository());
|
||||
this.repository = new ScenarioRepository(processor, this.contentRepository);
|
||||
this.repository = new ScenarioRepository(this.contentRepository);
|
||||
this.repository.initialize(configuration);
|
||||
this.checkSteps = new ArrayList<>();
|
||||
this.checkSteps.add(DefaultCheck::createDocumentIdentification);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue