BATCH-713: Javadoc on WriterNotOpenException was incorrect from copy-pasting.

This commit is contained in:
lucasward
2008-07-03 18:43:21 +00:00
parent cb3f23e4c5
commit e748dad82e

View File

@@ -16,9 +16,10 @@
package org.springframework.batch.item;
/**
* Exception indicating that an {@link ItemReader} needed to be opened before read.
* Exception indicating that an {@link ItemWriter} needed to be opened before being
* written to..
*
* @author Ben Hale
* @author Lucas Ward
*/
public class WriterNotOpenException extends ItemReaderException {