diff --git a/spring-framework-reference/src/validation.xml b/spring-framework-reference/src/validation.xml
index fa41125fbe5..8e4530878af 100644
--- a/spring-framework-reference/src/validation.xml
+++ b/spring-framework-reference/src/validation.xml
@@ -1564,7 +1564,7 @@ public class Account {
}
}]]>
- Now used in the following test case:
+ Now mapped between in the following test case:
() {
Further Reading
- Consult the JavaDocs of org.springframework.mapping.support.SpelMapper for more information on the implementation options.
+ Consult the JavaDocs of MapperFactory MapperBuilder in the org.springframework.mapping.support package for more information on the configuration options.
Dozer is another general-purpose object mapper available in the open source Java community.