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 * */