Skip to content
Snippets Groups Projects
Commit b3fa4529 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- simplified

parent 957cf5b6
No related branches found
No related tags found
No related merge requests found
package org.slub.rosetta.dps.repository.plugin;
import javax.xml.validation.Schema;
import java.io.InputStream;
class ValidationSchema {
public final String nameSpace;
public final ValidationSchemaType schemaType;
public final String schemaURL;
public Schema schemaInst;
public InputStream schemaInputStream;
public String schemaLocalURL;
public ValidationSchema(String nameSpace, ValidationSchemaType schemaType, String schemaURL) {
this.nameSpace = nameSpace;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment