From 80889c2b9abfeba5b6c6fd3d531148abaa097dd5 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 3 May 2011 12:09:24 +0100 Subject: [PATCH] BATCH-1741: correction to Javadocs --- .../batch/item/database/HibernateItemWriter.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/HibernateItemWriter.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/HibernateItemWriter.java index 0186237ee..94515cc98 100644 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/HibernateItemWriter.java +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/HibernateItemWriter.java @@ -28,8 +28,8 @@ import org.springframework.util.Assert; /** * {@link ItemWriter} that uses a Hibernate session to save or update entities - * that are not part of the current Hibernate session. It will also flush and - * clear the session at chunk boundaries.
+ * that are not part of the current Hibernate session. It will also flush the + * session at chunk boundaries.
*
* * The writer is thread safe after its properties are set (normal singleton