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.