bug 60128: remove forbidden-api Exception.printStackTrace()

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760744 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2016-09-14 19:24:49 +00:00
parent d21ca60982
commit c3586917af
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ public final class ZipPackage extends OPCPackage {
try {
zis.close();
} catch (final IOException e2) {
e.printStackTrace();
throw new IOException("Failed to close zip input stream while cleaning up. " + e.getMessage(), e2);
}
throw new IOException("Failed to read zip entry source", e);