javadoc typo corrected

This commit is contained in:
robokaso
2008-03-27 10:02:50 +00:00
parent 3f49e0eb6b
commit 419fa9794d

View File

@@ -29,7 +29,7 @@ import org.springframework.batch.repeat.ExitStatus;
* recovering. Just delegates all calls to the provided {@link ItemReader} and
* {@link ItemWriter}.
*
* Provider extension points by protected {@link #read(StepContribution)} and
* Provides extension points by protected {@link #read(StepContribution)} and
* {@link #write(Object, StepContribution)} methods that can be overriden to
* provide more sophisticated behavior (e.g. skipping).
*