RESOLVED - issue BATCH-320: Refactor ItemWriter as primary collaborator (with wrapper for processor)

http://jira.springframework.org/browse/BATCH-320

Javadocs.
This commit is contained in:
dsyer
2008-01-29 10:50:42 +00:00
parent 073784ebc7
commit dbdc356a69

View File

@@ -18,7 +18,7 @@ package org.springframework.batch.item;
/**
* Basic interface for generic output operations. Class implementing this
* interface will be responsible for serializing objects ias necessary.
* interface will be responsible for serializing objects as necessary.
* Generally, it is responsibility of implementing class to decide which
* technology to use for mapping and how it should be configured.
*