fixed spotbugs

This commit is contained in:
iadgovuser58 2024-09-26 16:32:14 -04:00
parent 6d9863f693
commit 85e2d9b994

View File

@ -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) {