From 4d6d29b75937dbdd30a77afed3b9b0734b31b969 Mon Sep 17 00:00:00 2001 From: dsyer Date: Tue, 5 Feb 2008 11:26:45 +0000 Subject: [PATCH] Javadocs --- .../main/java/org/springframework/batch/item/ItemStream.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/ItemStream.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/ItemStream.java index 2436cc2e0..0a984d95f 100644 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/ItemStream.java +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/ItemStream.java @@ -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 */