mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-09 09:30:19 +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