Commit 4eaefa70 authored by Quxl's avatar Quxl

x

parent 575fa2d2
...@@ -440,10 +440,18 @@ public class FileUtil { ...@@ -440,10 +440,18 @@ public class FileUtil {
} finally { } finally {
try { try {
writer.close(); writer.close();
} catch (IOException e) {
e.printStackTrace();
}
try {
osw.close(); osw.close();
} catch (IOException e) {
e.printStackTrace();
}
try {
fos.close(); fos.close();
} catch (IOException e) { } catch (IOException e) {
throw new FileUtilException(e); e.printStackTrace();
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment