missing bracket

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895353 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-11-26 13:59:20 +00:00
parent b2b8bee161
commit b5d1b91780
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public final class AesZipFileZipEntrySource implements ZipEntrySource {
if(!closed) {
zipFile.close();
if (!tmpFile.delete()) {
LOG.atWarn().log("{} can't be removed (or was already removed.", tmpFile.getAbsolutePath());
LOG.atWarn().log("{} can't be removed (or was already removed).", tmpFile.getAbsolutePath());
}
}
closed = true;