Skip to content

Commit f40c415

Browse files
committed
Fix code formatting
1 parent fc9460b commit f40c415

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-batch-core/src/main/java/org/springframework/batch/core/repository/dao/JdbcStepExecutionDao.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,7 @@ public void updateStepExecution(StepExecution stepExecution) {
283283
int count = getJdbcTemplate().update(getQuery(UPDATE_STEP_EXECUTION), parameters,
284284
new int[] { Types.TIMESTAMP, Types.TIMESTAMP, Types.VARCHAR, Types.BIGINT, Types.BIGINT,
285285
Types.BIGINT, Types.BIGINT, Types.VARCHAR, Types.VARCHAR, Types.INTEGER, Types.BIGINT,
286-
Types.BIGINT, Types.BIGINT, Types.BIGINT, Types.TIMESTAMP, Types.BIGINT,
287-
Types.INTEGER });
286+
Types.BIGINT, Types.BIGINT, Types.BIGINT, Types.TIMESTAMP, Types.BIGINT, Types.INTEGER });
288287

289288
// Avoid concurrent modifications...
290289
if (count == 0) {

0 commit comments

Comments
 (0)