Cleared all build errors

This commit is contained in:
Cyrus 2021-03-08 06:43:10 -05:00
parent 0e3eabc34f
commit 9008972fbc

View File

@ -737,7 +737,6 @@ public final class SupplyChainCredentialValidator implements CredentialValidator
final List<ComponentIdentifier> fullDeltaChainComponents,
final List<ComponentInfo> allDeviceInfoComponents) {
ComponentIdentifierV2 ciV2;
StringBuilder invalidDeviceInfo = new StringBuilder();
StringBuilder invalidPcIds = new StringBuilder();
List<ComponentIdentifier> subCompIdList = fullDeltaChainComponents
.stream().collect(Collectors.toList());