Fix some javadoc errors

This commit is contained in:
Dave Syer
2013-01-10 10:37:02 +00:00
parent c097055288
commit d0f8772a60
2 changed files with 2 additions and 4 deletions

View File

@@ -130,8 +130,6 @@ public class HibernateItemWriter<T> implements ItemWriter<T>, InitializingBean {
* Do perform the actual write operation using Hibernate's API.
* This can be overridden in a subclass if necessary.
*
* @param hibernateTemplate
* the HibernateTemplate to use for the operation
* @param items
* the list of items to use for the write
* @deprecated As of 2.2 in favor of using Hibernate's session management APIs directly

View File

@@ -35,7 +35,7 @@ import com.ibatis.sqlmap.engine.execution.BatchResult;
/**
* {@link ItemWriter} that uses the batching features from
* {@link SqlMapClientTemplate} to execute a batch of statements for all items
* SqlMapClientTemplate to execute a batch of statements for all items
* provided.<br/>
*
* The user must provide an iBATIS statement id that points to the SQL statement defined
@@ -81,7 +81,7 @@ public class IbatisBatchItemWriter<T> implements ItemWriter<T>, InitializingBean
}
/**
* Public setter for the {@link SqlMapClientTemplate}.
* Public setter for the SqlMapClientTemplate.
*
* @param sqlMapClientTemplate the SqlMapClientTemplate
*/