周浩 修改部分阻断问题
This commit is contained in:
parent
d5c0f102d7
commit
a04eb85256
|
@ -44,7 +44,9 @@ public class AutoExtract implements ActionListener {
|
||||||
is = extractJar.getInputStream(extractJar.getJarEntry("license/cpl-v10.html"));
|
is = extractJar.getInputStream(extractJar.getJarEntry("license/cpl-v10.html"));
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}finally{
|
||||||
|
extractJar.close();
|
||||||
|
}
|
||||||
if (is == null) {
|
if (is == null) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue