From 2dbe650b521f0b525c4ccbb5461774b874042652 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sat, 17 Oct 2009 06:10:59 +0000 Subject: [PATCH] polish git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2148 50f2f4bb-b051-0410-bef5-90022cba6387 --- 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 8e4530878af..42f3959e88e 100644 --- a/spring-framework-reference/src/validation.xml +++ b/spring-framework-reference/src/validation.xml @@ -1757,7 +1757,7 @@ builder.addNestedMapper(new Mapper() {
Further Reading - Consult the JavaDocs of MapperFactory MapperBuilder in the org.springframework.mapping.support package for more information on the configuration options. + Consult the JavaDocs of MapperFactory and MapperBuilder in the org.springframework.mapping.support package for more information on the available configuration options. Dozer is another general-purpose object mapper available in the open source Java community.