BATCH-2050: AbstractItemCountingItemStreamItemReader.read() shouldn't

be final
This commit is contained in:
jpraet
2013-06-30 14:50:06 +02:00
committed by Michael Minella
parent d78454361c
commit eae42d80d3
6 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ import org.springframework.context.annotation.ScopedProxyMode;
* }
* </pre>
*
* <p>Marking a &#64;Bean as &#64;StepScope is equivalent to marking it as <code>&#64;Scope(value="step", proxyMode=INTERFACES)</code></p>
* <p>Marking a &#64;Bean as &#64;StepScope is equivalent to marking it as <code>&#64;Scope(value="step", proxyMode=TARGET_CLASS)</code></p>
*
* @author Dave Syer
*