mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +01:00
checkstyle fix - empty catch
This commit is contained in:
@@ -376,7 +376,7 @@ public final class Settings {
|
||||
try {
|
||||
Thread.sleep(2000);
|
||||
} catch (InterruptedException ex) {
|
||||
//ignore
|
||||
LOGGER.trace("ignore", ex);
|
||||
}
|
||||
FileUtils.delete(tempDirectory);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user