diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/AbstractPagingItemReader.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/AbstractPagingItemReader.java index a62e6e9aa..f21e9ab20 100644 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/AbstractPagingItemReader.java +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/AbstractPagingItemReader.java @@ -36,6 +36,7 @@ import org.springframework.util.ClassUtils; *
* * @author Thomas Risberg + * @author Dave Syer * @since 2.0 */ public abstract class AbstractPagingItemReader
- * The implementation is thread-safe, but remember to use
+ * The implementation is thread-safe in between calls to
+ * {@link #open(ExecutionContext)}, but remember to use
* saveState=false if used in a multi-threaded client (no restart
* available).
*
- * The implementation is thread-safe, but remember to use
+ * The implementation is thread-safe in between calls to
+ * {@link #open(ExecutionContext)}, but remember to use
* saveState=false if used in a multi-threaded client (no restart
* available).
*
- * The implementation is thread-safe, but remember to use
+ * The implementation is thread-safe in between calls to
+ * {@link #open(ExecutionContext)}, but remember to use
* saveState=false if used in a multi-threaded client (no restart
* available).
*