6907660: stupid typo in ZipFileIndex guarantees NPE

Reviewed-by: darcy
This commit is contained in:
Jonathan Gibbons 2009-12-07 14:35:07 -08:00
parent 3229a1bbc6
commit 3d3790d91c

View File

@ -1002,7 +1002,7 @@ public class ZipFileIndex {
// Do nothing
} finally {
try {
if (raf == null) {
if (raf != null) {
raf.close();
}
} catch (Throwable t) {