Updated PDFValidator.

This commit is contained in:
Dominik Röschke
2024-05-02 13:07:59 +02:00
parent 9f759fdb28
commit adbb7c1840
3 changed files with 7 additions and 13 deletions

View File

@@ -327,9 +327,8 @@ public class PDFValidator extends Validator {
}
public void setFileContents(byte[] filecontents) throws IrrecoverableValidationError {
this.fileContents = filecontents;
public void setFileContents(byte[] fileContents) {
this.fileContents = fileContents;
}
public String getRawXML() {