Merge pull request #176 from willschipp/BATCH-1811

- Fixed javadoc grammer and syntax
This commit is contained in:
willschipp
2013-05-29 12:44:39 -04:00
committed by Michael Minella
parent 9319639c4e
commit 42dccf6efb

View File

@@ -42,7 +42,7 @@ import org.springframework.util.Assert;
* provided.</p>
*
* The user must provide an SQL query and a special callback in the for of either
* {@link ItemPreparedStatementSetter}, or a {@link ItemSqlParameterSourceProvider}.
* {@link ItemPreparedStatementSetter} or {@link ItemSqlParameterSourceProvider}.
* You can use either named parameters or the traditional '?' placeholders. If you use the
* named parameter support then you should provide a {@link ItemSqlParameterSourceProvider},
* otherwise you should provide a {@link ItemPreparedStatementSetter}.