Skip to content

Commit

Permalink
Merge pull request #925 from samalloing/samalloing-patch-3
Browse files Browse the repository at this point in the history
fixes #924 by adding the invalid flag after adding a newly added Exception
  • Loading branch information
carlwilson authored Jul 31, 2024
2 parents 6d36b4d + 3ac10a6 commit 3e7efb5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3502,6 +3502,7 @@ protected void addDestination(PdfObject itemObj, String propName,
JhoveMessages.getMessageInstance(
e.getJhoveMessage().getId(), e.getJhoveMessage().getMessage(),
e.getJhoveMessage().getSubMessage())));
info.setValid(false);
}
} catch (Exception e) {

Expand Down

0 comments on commit 3e7efb5

Please sign in to comment.