You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/JdbcBatchItemWriter.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -137,8 +137,8 @@ public void setJdbcTemplate(NamedParameterJdbcOperations namedParameterJdbcTempl
137
137
}
138
138
139
139
/**
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
0 commit comments