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

@ -36,7 +36,7 @@ import de.kosit.validationtool.model.scenarios.ValidateWithXmlSchema;
/**
* Builder for Schema validation configuration.
*
*
* @author Andreas Penski
*/
@Slf4j
@ -84,7 +84,7 @@ public class SchemaBuilder implements Builder<Pair<ValidateWithXmlSchema, Schema
/**
* Set a specific precompiled schema to check.
*
*
* @param schema the {@link Schema}
* @return this
*/
@ -95,7 +95,7 @@ public class SchemaBuilder implements Builder<Pair<ValidateWithXmlSchema, Schema
/**
* Set a specific schema location either to compile or to document the precompiled one .
*
*
* @param schemaLocation the schema location as uri
* @return this
*/
@ -126,7 +126,7 @@ public class SchemaBuilder implements Builder<Pair<ValidateWithXmlSchema, Schema
/**
* Set a specific name to identify this schema.
*
*
* @param name the name of the schema
* @return this
*/