deadstore

This commit is contained in:
Cyrus 2023-05-08 07:14:33 -04:00
parent cc90caf01f
commit bc9f484aa9

View File

@ -1463,15 +1463,15 @@ public class SupplyChainCredentialValidatorTest {
nicComponentInfo) nicComponentInfo)
); );
pcComponentIdentifier = new ComponentIdentifier( // pcComponentIdentifier = new ComponentIdentifier(
new DERUTF8String(nicComponentInfo.getComponentManufacturer()), // new DERUTF8String(nicComponentInfo.getComponentManufacturer()),
new DERUTF8String(nicComponentInfo.getComponentModel()), // new DERUTF8String(nicComponentInfo.getComponentModel()),
null, // null,
new DERUTF8String(nicComponentInfo.getComponentRevision()), // new DERUTF8String(nicComponentInfo.getComponentRevision()),
null, // null,
ASN1Boolean.TRUE, // ASN1Boolean.TRUE,
Collections.emptyList() // Collections.emptyList()
); // );
// Assert.assertTrue( // Assert.assertTrue(
// SupplyChainCredentialValidator.isMatch(UUID.randomUUID(), pcComponentIdentifier, // SupplyChainCredentialValidator.isMatch(UUID.randomUUID(), pcComponentIdentifier,