修改部分阻断问题
This commit is contained in:
parent
a04eb85256
commit
510f51c303
|
@ -45,8 +45,8 @@ public class AutoExtract implements ActionListener {
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
return true;
|
return true;
|
||||||
}finally{
|
}finally{
|
||||||
extractJar.close();
|
extractJar.close();
|
||||||
}
|
}
|
||||||
if (is == null) {
|
if (is == null) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue