周浩 修改部分阻断问题

This commit is contained in:
zhoudaxia 2016-08-26 10:20:24 +08:00
parent d5c0f102d7
commit a04eb85256
1 changed files with 3 additions and 1 deletions

View File

@ -44,7 +44,9 @@ public class AutoExtract implements ActionListener {
is = extractJar.getInputStream(extractJar.getJarEntry("license/cpl-v10.html"));
} catch (IOException e) {
return true;
}
}finally{
extractJar.close();
}
if (is == null) {
return true;
}