From 0e1413dd3c3ba8f99df8e07ae9a30f5e8505abd8 Mon Sep 17 00:00:00 2001 From: iadgovuser26 Date: Thu, 23 Jul 2020 15:54:57 -0400 Subject: [PATCH] removed unmappable characters from comment lines --- .../tpm/eventlog/events/EvEfiBootServicesApp.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/HIRS_Utils/src/main/java/hirs/tpm/eventlog/events/EvEfiBootServicesApp.java b/HIRS_Utils/src/main/java/hirs/tpm/eventlog/events/EvEfiBootServicesApp.java index ec94909d..aafa7272 100644 --- a/HIRS_Utils/src/main/java/hirs/tpm/eventlog/events/EvEfiBootServicesApp.java +++ b/HIRS_Utils/src/main/java/hirs/tpm/eventlog/events/EvEfiBootServicesApp.java @@ -27,12 +27,12 @@ import hirs.utils.HexUtils; * } EFI_DEVICE_PATH_PROTOCOL; // ref page of the UEFI spec * * Where Type and Subtype are defined the UEFI spec section 10.3.1 - * Type 0x01 – Hardware Device Path - * Type 0x02 – ACPI Device Path - * Type 0x03 – Messaging Device Path - * Type 0x04 – Media Device Path - * Type 0x05 – BIOS Boot Specification Device Path - * Type 0x7F – End of Hardware Device Path + * Type 0x01 Hardware Device Path + * Type 0x02 ACPI Device Path + * Type 0x03 Messaging Device Path + * Type 0x04 Media Device Path + * Type 0x05 BIOS Boot Specification Device Path + * Type 0x7F End of Hardware Device Path */ public class EvEfiBootServicesApp { /** UEFI Address. */