[bug-63344] add TempFilePOIFSFileSystem

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857462 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2019-04-13 10:08:55 +00:00
parent bdc3b391fd
commit 924b2c546b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class TempFilePOIFSFileSystem extends POIFSFileSystem {
}
public void close() throws IOException {
tempFile.delete();
if (tempFile != null) tempFile.delete();
super.close();
}