Skip to content

Commit

Permalink
FIX: Comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwilson committed Apr 22, 2022
1 parent 70bf10b commit 8601f08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public static PdfHeader parseHeader(final Parser parser) throws PdfMalformedExce
try {
version = value.substring(4, 7);
} catch (IndexOutOfBoundsException e ){
throw new PdfMalformedException(MessageConstants.PDF_HUL_155); // PDF-HUL-154
throw new PdfMalformedException(MessageConstants.PDF_HUL_155); // PDF-HUL-155
}
isPdfACompliant = true;
break;
Expand Down

0 comments on commit 8601f08

Please sign in to comment.