Skip to content

Commit

Permalink
fixes #924
Browse files Browse the repository at this point in the history
This commit fixes a bug where I forgot to set the invalid flag after an newly added Exception.
  • Loading branch information
samalloing authored May 24, 2024
1 parent 3872bce commit 5b9affb
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 5b9affb

Please sign in to comment.