Fix Checkstyle violation
See gh-24393
This commit is contained in:
@@ -231,7 +231,8 @@ public abstract class FileCopyUtils {
|
||||
private static void close(Closeable closeable) {
|
||||
try {
|
||||
closeable.close();
|
||||
} catch (IOException ex) {
|
||||
}
|
||||
catch (IOException ex) {
|
||||
// ignore
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user