Skip to content

Commit b9b7c08

Browse files
committed
Fix formatting
1 parent 39b8279 commit b9b7c08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/JdbcBatchItemWriter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ public void setJdbcTemplate(NamedParameterJdbcOperations namedParameterJdbcTempl
137137
}
138138

139139
/**
140-
* Check mandatory properties - there must be a NamedParameterJdbcOperations and an SQL
141-
* statement plus a parameter source.
140+
* Check mandatory properties - there must be a NamedParameterJdbcOperations and an
141+
* SQL statement plus a parameter source.
142142
*/
143143
@Override
144144
public void afterPropertiesSet() {

0 commit comments

Comments
 (0)