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