mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-03-10 22:44:26 +00:00
fixed spotbugs
This commit is contained in:
parent
6d9863f693
commit
85e2d9b994
@ -106,7 +106,6 @@ 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) {
|
||||
@ -114,7 +113,6 @@ public final class PciIds {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// if pciids file is not accessible on system or from within code, then log error
|
||||
if(pciidsFileStatus == UefiConstants.FILESTATUS_NOT_ACCESSIBLE) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user