Skip to content

Commit

Permalink
Merge branch 'integration' into fix/encryption-rule-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwilson authored Nov 14, 2024
2 parents 40ecf86 + aebc547 commit 6a8b403
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ODF Validator

Latest version is 0.16.2-SNAPSHOT.
=======

## About

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ private static Integer results(final Path path, final ValidationReport report) {
}

private static boolean isEncrypted(final ValidationReport report) {

return report.document != null && report.document.isPackage() && report.document.getPackage().isEncrypted();
}

Expand Down

0 comments on commit 6a8b403

Please sign in to comment.