Commit 4eaefa70 authored by Quxl's avatar Quxl

x

parent 575fa2d2
......@@ -440,10 +440,18 @@ public class FileUtil {
} finally {
try {
writer.close();
} catch (IOException e) {
e.printStackTrace();
}
try {
osw.close();
} catch (IOException e) {
e.printStackTrace();
}
try {
fos.close();
} 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