From 80570a28c0c6e1f147b24f035742099734b2e015 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 3 Sep 2009 16:54:24 +0000 Subject: [PATCH] polish --- 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 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: