mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 14:09:25 +00:00
Polish
Closes gh-29928
This commit is contained in:
committed by
Sébastien Deleuze
parent
a7ec6b4a2a
commit
431ae03447
+1
-1
@@ -107,7 +107,7 @@ class BeanValidationBeanRegistrationAotProcessorTests {
|
||||
@Repeatable(Exists.List.class)
|
||||
private @interface Exists {
|
||||
|
||||
String message() default "Does not exists";
|
||||
String message() default "Does not exist";
|
||||
|
||||
Class<?>[] groups() default { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user