moved getvalidationcontext into validator
This commit is contained in:
@@ -73,5 +73,10 @@ public abstract class Validator {
|
||||
}
|
||||
|
||||
|
||||
public ValidationContext getValidationContext() {
|
||||
return context;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -516,8 +516,4 @@ public class XMLValidator extends Validator {
|
||||
return failedRules;
|
||||
}
|
||||
|
||||
public ValidationContext getValidationContext() {
|
||||
return context;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -396,10 +396,6 @@ public class ZUGFeRDValidator {
|
||||
disableNotices = true;
|
||||
}
|
||||
|
||||
public ValidationContext getValidationContext() {
|
||||
return context;
|
||||
}
|
||||
|
||||
/**
|
||||
* Read the file and calculate the SHA-1 checksum
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user