From e7095748f3dc04a0196e39eb688f79e1ce7abba0 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 3 Sep 2009 04:44:21 +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 fb96f02349..f81bf35ec2 100644 --- a/spring-framework-reference/src/validation.xml +++ b/spring-framework-reference/src/validation.xml @@ -1007,7 +1007,7 @@ public class DecimalAnnotationFormatterFactory implements AnnotationFormatterFac ]]> - Then, to trigger this custom Number formatting, simply annotate a property as a @DecimalFormat in your model: + Then, to trigger, simply annotate a property as a @DecimalFormat in your model: