Skip to content

Commit

Permalink
Merge pull request #131 from veraPDF/fixer-folder
Browse files Browse the repository at this point in the history
Remove fixerFolder from processor creation
  • Loading branch information
MaximPlusov authored Oct 2, 2023
2 parents c9068db + 0b10c7b commit 6487e61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ private static ProcessorConfig createProcessorConfig(ValidatorConfig validatorCo
VeraAppConfig veraAppConfig = configManager.getApplicationConfig();
return ProcessorFactory.fromValues(validatorConfig, configManager.getFeaturesConfig(),
configManager.getPluginsCollectionConfig(), configManager.getFixerConfig(),
veraAppConfig.getProcessType().getTasks(), veraAppConfig.getFixesFolder());
veraAppConfig.getProcessType().getTasks());
}

private static InputStream getInputStreamByUrlLink(String urlLink) throws VeraPDFException {
Expand Down

0 comments on commit 6487e61

Please sign in to comment.