From 8a258f2b769f0b240a80f49e89619342f3e21abe Mon Sep 17 00:00:00 2001 From: Cyrus <24922493+cyrus-dev@users.noreply.github.com> Date: Fri, 28 May 2021 08:48:40 -0400 Subject: [PATCH] Updated some text associated with the rimType --- .../src/main/webapp/WEB-INF/jsp/rim-details.jsp | 4 +++- .../src/main/java/hirs/data/persist/ReferenceManifest.java | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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 */