mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
missing bracket
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895353 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b2b8bee161
commit
b5d1b91780
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user