RESOLVED - BATCH-1204: Error in FieldSetMapper documentation

This commit is contained in:
dhgarrette
2009-04-14 14:21:12 +00:00
parent 12710566c8
commit 84a71ff607

View File

@@ -648,7 +648,7 @@
<title>FieldSetMapper</title>
<para>The <classname>FieldSetMapper</classname> interface defines a
single method, <methodname>mapLine</methodname>, which takes a
single method, <methodname>mapFieldSet</methodname>, which takes a
<classname>FieldSet</classname> object and maps its contents to an
object. This object may be a custom DTO, a domain object, or a simple
array, depending on the needs of the job. The