Browse Source

polish

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2148 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Keith Donald 17 years ago
parent
commit
2dbe650b52
  1. 2
      spring-framework-reference/src/validation.xml

2
spring-framework-reference/src/validation.xml

@ -1757,7 +1757,7 @@ builder.addNestedMapper(new Mapper<AddressDto, Address>() { @@ -1757,7 +1757,7 @@ builder.addNestedMapper(new Mapper<AddressDto, Address>() {
<section id="org.springframework.mapping-FurtherReading">
<title>Further Reading</title>
<para>
Consult the JavaDocs of <classname>MapperFactory</classname> <classname>MapperBuilder</classname> in the <filename>org.springframework.mapping.support</filename> package for more information on the configuration options.
Consult the JavaDocs of <classname>MapperFactory</classname> and <classname>MapperBuilder</classname> in the <filename>org.springframework.mapping.support</filename> package for more information on the available configuration options.
</para>
<para>
Dozer is another general-purpose object mapper available in the open source Java community.

Loading…
Cancel
Save