03-UpdatePlugins

This commit is contained in:
Adrian-Devries 2025-04-24 12:53:53 +02:00
parent 6a06fb7c68
commit 04a236ec83
100 changed files with 193 additions and 193 deletions

View file

@ -58,7 +58,7 @@ import net.sf.saxon.s9api.XdmNodeKind;
/**
* Configuration class that loads necessary {@link Check} configuration from an existing scenario.xml specification.
* This is the recommended option when an official configuration exists as is the case with 'xrechnung'.
*
*
* @author Andreas Penski
*/
@RequiredArgsConstructor
@ -201,7 +201,7 @@ public class ConfigurationLoader {
/**
* Sets actual {@link ResolvingMode}, when the validator needs to resolve stuff on startup.
*
*
* @param mode the resolving mode
* @return this
*/
@ -220,7 +220,7 @@ public class ConfigurationLoader {
/**
* Add a parameter to the configuration.
*
*
* @param name the name of the parameter
* @param value the parameter value object
* @return this