Skip to content

Commit

Permalink
[bug-64879] SXSSFSheet dispose() fails to remove Temporary files for …
Browse files Browse the repository at this point in the history
…java.io.IOException: No space left on device

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883171 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Nov 7, 2020
1 parent 90a9288 commit 578b71b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -1916,6 +1916,7 @@ boolean dispose() throws IOException {
} finally {
ret = _writer == null || _writer.dispose();
}
return ret;
}

@Override
Expand Down

0 comments on commit 578b71b

Please sign in to comment.