修改部分阻断问题

This commit is contained in:
zhoudaxia 2016-08-26 10:41:45 +08:00
parent a04eb85256
commit 510f51c303
1 changed files with 2 additions and 2 deletions

View File

@ -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;
} }