Updated PDFValidator.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user