fixed spotbugs

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

View File

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