修改了一个阻断问题

This commit is contained in:
zhoudaxia 2016-08-26 21:05:43 +08:00
parent ea887f280b
commit bdbbb305fd
1 changed files with 0 additions and 2 deletions

View File

@ -609,8 +609,6 @@ public class AutoExtract implements ActionListener {
} catch (IOException e) { } catch (IOException e) {
e.printStackTrace(); e.printStackTrace();
} finally { } finally {
if(out!=null)
out.close();
if (file != null) { if (file != null) {
if (!file.delete()) { if (!file.delete()) {
System.err.println("Could not delete the file: " + file); System.err.println("Could not delete the file: " + file);