From 44a238616cafc9baf5a8f7b13c657f50eac4f046 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sat, 17 Oct 2009 06:10:59 +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 8e4530878a..42f3959e88 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.