From f22e8d04b79d657d7a482709b11b8b86cc6b4b27 Mon Sep 17 00:00:00 2001 From: dsyer Date: Tue, 4 Mar 2008 14:50:15 +0000 Subject: [PATCH] Javadocs for HibernateAwareItemWriter tidied up. --- .../batch/io/support/HibernateAwareItemWriter.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/io/support/HibernateAwareItemWriter.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/io/support/HibernateAwareItemWriter.java index c53c751cc..3795b0353 100644 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/io/support/HibernateAwareItemWriter.java +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/io/support/HibernateAwareItemWriter.java @@ -37,11 +37,6 @@ import org.springframework.util.Assert; * {@link ItemWriter} (the delegate). A delegate is required, and will be used * to do the actual writing of the item.
* - * This class implements {@link RepeatListener} and it will only work if - * properly registered. If the delegate is also a {@link RepeatListener} then it - * does not need to be separately registered as we make the callbacks here in - * the right places. - * * @author Dave Syer * */