Skip to content

Commit

Permalink
Checkstyle changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chubtub committed Feb 13, 2025
1 parent ee2e5f7 commit 5dbe8ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ private static AppraisalStatus validatePcrValues(
return pcrAppraisalStatus;
}

private static void logAndReportError(AppraisalStatus status, String errorString) {
private static void logAndReportError(final AppraisalStatus status, final String errorString) {
status.setMessage(errorString);
log.error(errorString);
}
Expand Down

0 comments on commit 5dbe8ad

Please sign in to comment.