This commit is contained in:
dsyer
2008-02-05 11:26:45 +00:00
parent 22a1d7c254
commit 4d6d29b759

View File

@@ -37,7 +37,9 @@ package org.springframework.batch.item;
public interface ItemStream extends ExecutionAttributesProvider {
/**
* Restart state given the provided {@link ExecutionAttributes}.
* Restore to the state given the provided {@link ExecutionAttributes}.
* This can be used to restart after a failure - hence not normally used
* more than once per call to {@link #open()}.
*
* @param context
*/