Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Fixing typo in validation annotation default message EL
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontgomery-square committed Dec 6, 2022
1 parent e8fb13a commit 2c9d758
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@
@Retention(RUNTIME)
@Constraint(validatedBy = NullOrValidEnumIgnoreCaseValidator.class)
public @interface NullOrValidEnumIgnoreCase {
String message() default "keywhiz.service.validation.NullOrValidIgnoreCase.message";
String message() default "keywhiz.service.validation.NullOrValidEnumIgnoreCase.message";

Class<?>[] groups() default {};

Expand Down

0 comments on commit 2c9d758

Please sign in to comment.