From 88ae91dfbeeb73f6e5d0d28c92716a13f77d0826 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 3 Sep 2009 16:54:24 +0000 Subject: [PATCH] polish git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1815 50f2f4bb-b051-0410-bef5-90022cba6387 --- spring-framework-reference/src/validation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-framework-reference/src/validation.xml b/spring-framework-reference/src/validation.xml index 95eb9347e34..9c27163a197 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: