Fix formatting

This commit is contained in:
Mahmoud Ben Hassine
2022-09-22 07:40:44 +02:00
parent 39b8279831
commit b9b7c0891a

View File

@@ -137,8 +137,8 @@ public class JdbcBatchItemWriter<T> implements ItemWriter<T>, InitializingBean {
}
/**
* Check mandatory properties - there must be a NamedParameterJdbcOperations and an SQL
* statement plus a parameter source.
* Check mandatory properties - there must be a NamedParameterJdbcOperations and an
* SQL statement plus a parameter source.
*/
@Override
public void afterPropertiesSet() {