Skip to content

Commit 46dcdf2

Browse files
committed
Style apply java format
1 parent cc6becd commit 46dcdf2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

spring-batch-core/src/test/java/org/springframework/batch/core/step/item/ChunkOrientedStepTests.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,8 @@ void testItemStreamUpdateStillOccursWhenChunkRollsBack_bugReproduction() throws
337337
// when: execute step (writer causes chunk rollback)
338338
step.execute(stepExecution);
339339

340-
// then: due to current bug the stream update count becomes 1 although chunk rolled back
340+
// then: due to current bug the stream update count becomes 1 although chunk
341+
// rolled back
341342
assertEquals(0, trackingItemStream.getUpdateCount(),
342343
"ItemStream should not be updated when chunk transaction fails (bug reproduction)");
343344
}
@@ -362,6 +363,7 @@ public void close() {
362363
int getUpdateCount() {
363364
return this.updateCount;
364365
}
366+
365367
}
366368

367369
}

0 commit comments

Comments
 (0)