From 01a7f9da729dcc596d7b3fe1da67c8ee44a8e8d6 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 git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2391 50f2f4bb-b051-0410-bef5-90022cba6387 --- 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 7b567e8fafb..d4a1ed8fe97 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.