修改了一个阻断问题
This commit is contained in:
parent
ea887f280b
commit
bdbbb305fd
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue