addessed checkstyle errors

This commit is contained in:
iadgovuser26 2022-08-02 17:03:53 -04:00
parent 96354113a5
commit 9e90356c25

View File

@ -477,7 +477,7 @@ public class TpmPcrEvent {
* @throws IOException if the event cannot be parsed. * @throws IOException if the event cannot be parsed.
*/ */
public String processEvent(final byte[] event, final byte[] eventContent, final int eventNumber, public String processEvent(final byte[] event, final byte[] eventContent, final int eventNumber,
final String hashName) final String hashName)
throws CertificateException, NoSuchAlgorithmException, IOException { throws CertificateException, NoSuchAlgorithmException, IOException {
int eventID = (int) eventType; int eventID = (int) eventType;
this.eventNumber = eventNumber; this.eventNumber = eventNumber;