RESOLVED - issue BATCH-926: vague skip limit for concurrent chunks

Tweak Javadocs
This commit is contained in:
dsyer
2008-11-21 08:19:19 +00:00
parent 337ff6709e
commit 3eac2c8bfe

View File

@@ -161,7 +161,7 @@ public class FaultTolerantStepFactoryBean<T, S> extends SimpleStepFactoryBean<T,
*
* Note that if chunks are executed concurrently the number of skips can
* potentially exceed the skip limit and step can still finish successfully.
* This is due to the fact that overall skip count is not being synchronized
* This is due to the fact that overall skip count can not be synchronized
* between concurrent chunks while they processing, only on chunk
* boundaries.
*