IN PROGRESS - issue BATCH-382: FlatFileItemWriter and StaxEventItemWriter should buffer output

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

javadoc fix
This commit is contained in:
robokaso
2008-03-06 13:09:47 +00:00
parent 4df44a88fa
commit 1184d30d54

View File

@@ -36,7 +36,7 @@ import org.springframework.util.CollectionUtils;
* This item writer also provides restart, statistics and transaction features
* by implementing corresponding interfaces.
*
* Output is buffered until {@link #flush()} is wasCalled - only then the actual
* Output is buffered until {@link #flush()} is called - only then the actual
* writing to file takes place.
*
* @author Peter Zozom