parent
72685b1d81
commit
2b6117c0c2
|
|
@ -231,7 +231,8 @@ public abstract class FileCopyUtils {
|
|||
private static void close(Closeable closeable) {
|
||||
try {
|
||||
closeable.close();
|
||||
} catch (IOException ex) {
|
||||
}
|
||||
catch (IOException ex) {
|
||||
// ignore
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue