From 283490e405bf239c46edc6c60b1be8dce25f35cd Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 3 Sep 2009 16:32:09 +0000 Subject: [PATCH] polish git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1813 50f2f4bb-b051-0410-bef5-90022cba6387 --- spring-framework-reference/src/validation.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-framework-reference/src/validation.xml b/spring-framework-reference/src/validation.xml index 83c646372b6..e50b7f302b7 100644 --- a/spring-framework-reference/src/validation.xml +++ b/spring-framework-reference/src/validation.xml @@ -1021,7 +1021,6 @@ public class Money { The example above says "Money objects should be formatted by a MoneyFormatter". With this configuation, whenever a field is of type Money, MoneyFormatter will format the field value. - When referenced by a @Formatted annotation, a Formatter implementation must declare a public default constructor.