diff --git a/HIRS_AttestationCAPortal/src/main/webapp/WEB-INF/jsp/rim-details.jsp b/HIRS_AttestationCAPortal/src/main/webapp/WEB-INF/jsp/rim-details.jsp index 67baed5a..b9e0bad9 100644 --- a/HIRS_AttestationCAPortal/src/main/webapp/WEB-INF/jsp/rim-details.jsp +++ b/HIRS_AttestationCAPortal/src/main/webapp/WEB-INF/jsp/rim-details.jsp @@ -297,7 +297,7 @@ - +
Software Identity
@@ -541,6 +541,8 @@
+
+ diff --git a/HIRS_Utils/src/main/java/hirs/data/persist/ReferenceManifest.java b/HIRS_Utils/src/main/java/hirs/data/persist/ReferenceManifest.java index 2cbe8f3e..7724f87a 100644 --- a/HIRS_Utils/src/main/java/hirs/data/persist/ReferenceManifest.java +++ b/HIRS_Utils/src/main/java/hirs/data/persist/ReferenceManifest.java @@ -191,7 +191,7 @@ public abstract class ReferenceManifest extends ArchivableEntity { } /** - * Getter for the RIM Type (Primary, Supplemental, Patch). + * Getter for the RIM Type (Base, Support, Measurement). * * @return string for the RIM Type */