mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 20:47:58 +00:00
Trying to change EL inheritance
This commit is contained in:
parent
7ba391c75a
commit
781e015353
@ -27,7 +27,7 @@ import java.util.Collection;
|
||||
*/
|
||||
@Log4j2
|
||||
@Entity
|
||||
public class EventLogMeasurements extends ReferenceManifest {
|
||||
public class EventLogMeasurements extends SupportReferenceManifest {
|
||||
|
||||
@Column
|
||||
@JsonIgnore
|
||||
|
@ -321,7 +321,7 @@ public class SupplyChainValidationService {
|
||||
deviceName));
|
||||
} else {
|
||||
ReferenceManifest manifest = referenceManifestRepository
|
||||
.findByHexDecHashAndRimType(sRim.getEventLogHash(), sRim.getRimType());
|
||||
.findByHexDecHashAndRimType(sRim.getEventLogHash(), ReferenceManifest.MEASUREMENT_RIM);
|
||||
if (manifest instanceof EventLogMeasurements) {
|
||||
eventLog = (EventLogMeasurements)manifest;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user