diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/JdbcBatchItemWriter.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/JdbcBatchItemWriter.java index 13d899e63..d455430e0 100644 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/JdbcBatchItemWriter.java +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/JdbcBatchItemWriter.java @@ -42,7 +42,7 @@ import org.springframework.util.Assert; * provided.

* * 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}.