checkstyle fix - empty catch

This commit is contained in:
Jeremy Long
2015-09-13 07:03:15 -04:00
parent 862bf43685
commit d4c1acb126

View File

@@ -376,7 +376,7 @@ public final class Settings {
try {
Thread.sleep(2000);
} catch (InterruptedException ex) {
//ignore
LOGGER.trace("ignore", ex);
}
FileUtils.delete(tempDirectory);
}