moved getvalidationcontext into validator

This commit is contained in:
jstaerk
2024-05-17 20:09:44 +02:00
parent b4cfc4be7b
commit b6659345cb
3 changed files with 5 additions and 8 deletions

View File

@@ -73,5 +73,10 @@ public abstract class Validator {
} }
public ValidationContext getValidationContext() {
return context;
}
} }

View File

@@ -516,8 +516,4 @@ public class XMLValidator extends Validator {
return failedRules; return failedRules;
} }
public ValidationContext getValidationContext() {
return context;
}
} }

View File

@@ -396,10 +396,6 @@ public class ZUGFeRDValidator {
disableNotices = true; disableNotices = true;
} }
public ValidationContext getValidationContext() {
return context;
}
/** /**
* Read the file and calculate the SHA-1 checksum * Read the file and calculate the SHA-1 checksum
* *