Skip to content

Commit

Permalink
Merge pull request #778 from openpreserve/duplicateErrorMessagePDF-HU…
Browse files Browse the repository at this point in the history
…L-154

duplicate PDF-HUL-154 should be PDF-HUL155
  • Loading branch information
carlwilson authored Jan 18, 2023
2 parents 0ef4377 + 6f8bc2a commit 0c9d149
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ protected boolean parseHeader(RepInfo info) throws IOException {
header = PdfHeader.parseHeader(_parser);
} catch (PdfMalformedException e) {
info.setWellFormed(false);
info.setMessage(new ErrorMessage(MessageConstants.PDF_HUL_154, 0L)); // PDF-HUL-154
info.setMessage(new ErrorMessage(MessageConstants.PDF_HUL_155, 0L)); // PDF-HUL-155
return false;
}
if (header == null) {
Expand Down

0 comments on commit 0c9d149

Please sign in to comment.