BATCH-1741: correction to Javadocs

This commit is contained in:
Dave Syer
2011-05-03 12:09:24 +01:00
parent 42096133e5
commit 80889c2b9a

View File

@@ -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.<br/>
* that are not part of the current Hibernate session. It will also flush the
* session at chunk boundaries.<br/>
* <br/>
*
* The writer is thread safe after its properties are set (normal singleton