提交 4d2ff2a0 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 9c942768
......@@ -24,6 +24,7 @@ import java.util.Properties;
import org.h2.engine.Constants;
import org.h2.server.Service;
import org.h2.util.IOUtils;
import org.h2.util.MathUtils;
import org.h2.util.NetUtils;
......@@ -295,18 +296,8 @@ public class FtpServer implements Service {
// ignore
}
}
if(out != null) {
try {
out.close();
} catch(IOException e) {
// ignore
}
}
try {
in.close();
} catch(IOException e) {
// ignore
}
IOUtils.closeSilently(out);
IOUtils.closeSilently(in);
new File(processFile).delete();
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论