diff --git a/spring-framework-reference/src/validation.xml b/spring-framework-reference/src/validation.xml index 95eb9347e3..9c27163a19 100644 --- a/spring-framework-reference/src/validation.xml +++ b/spring-framework-reference/src/validation.xml @@ -1068,7 +1068,7 @@ public @interface Currency {
AnnotationFormatterFactory - If your custom annotation has attributes to configure Formatter instance behavior by property, implement a AnnotationFormatterFactory: + If your custom annotation has attributes that configure Formatter instance behavior by property, implement a AnnotationFormatterFactory: