From b53f180c143b1c9fd8f8d4ad3d7a3392464dbbf5 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 12 Nov 2009 07:34:50 +0000 Subject: [PATCH] link to validation section --- spring-framework-reference/src/new-in-3.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-framework-reference/src/new-in-3.xml b/spring-framework-reference/src/new-in-3.xml index 7b567e8faf..d4a1ed8fe9 100644 --- a/spring-framework-reference/src/new-in-3.xml +++ b/spring-framework-reference/src/new-in-3.xml @@ -393,8 +393,8 @@ public class AppConfig { for type conversion, and may also be used by a Spring Container and DataBinder when binding bean property values. - In addition, a formatter system - has been introduced for formatting field values. This system provides + In addition, a formatter SPI + has been introduced for formatting field values. This SPI provides a simpler and more robust alternative to JavaBean PropertyEditors for use in client environments such as Spring MVC.