修改了一个阻断问题
This commit is contained in:
parent
ea887f280b
commit
bdbbb305fd
|
@ -609,8 +609,6 @@ public class AutoExtract implements ActionListener {
|
|||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
} finally {
|
||||
if(out!=null)
|
||||
out.close();
|
||||
if (file != null) {
|
||||
if (!file.delete()) {
|
||||
System.err.println("Could not delete the file: " + file);
|
||||
|
|
Loading…
Reference in New Issue