made a broad catch even broader

Former-commit-id: 1a8c926890702a58037457861f7172cb4916cff5
This commit is contained in:
Jeremy Long
2014-03-01 06:44:01 -05:00
parent 3d5f725004
commit 1ce683a95a

View File

@@ -66,7 +66,7 @@ public final class LogUtils {
if (in != null) { if (in != null) {
try { try {
in.close(); in.close();
} catch (Exception ex) { } catch (Throwable ex) {
Logger.getLogger(LogUtils.class.getName()).log(Level.FINEST, "Error closing resource stream", ex); Logger.getLogger(LogUtils.class.getName()).log(Level.FINEST, "Error closing resource stream", ex);
} }
} }