Skip to content

Commit

Permalink
fix: mark errorMsg field as final (#2575)
Browse files Browse the repository at this point in the history
  • Loading branch information
imlakshay08 authored Jan 25, 2024
1 parent edeecda commit 609f31d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ static List<NonValidationKeyword> createNonValidationKeywordList() {

private static class ConstraintViolationImpl implements ConstraintViolation<ValidationMessage> {

private ValidationMessage errorMsg;
private final ValidationMessage errorMsg;

public ConstraintViolationImpl(ValidationMessage errorMsg) {
this.errorMsg = errorMsg;
Expand Down

0 comments on commit 609f31d

Please sign in to comment.