mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 20:47:58 +00:00
fixed spotbugs
This commit is contained in:
parent
6d9863f693
commit
85e2d9b994
@ -106,11 +106,9 @@ public final class PciIds {
|
||||
} catch (IOException e) {
|
||||
// DB will not be ready, hardware IDs will not be translated
|
||||
} finally {
|
||||
if (isFromCode != null) {
|
||||
try {
|
||||
isFromCode.close();
|
||||
} catch (IOException e) {
|
||||
}
|
||||
try {
|
||||
isFromCode.close();
|
||||
} catch (IOException e) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user