Skip to content

Commit e79b366

Browse files
JuHyun419fmbenhassine
authored andcommitted
Fix double "before" typo
1 parent 562bb07 commit e79b366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-infrastructure/src/test/java/org/springframework/batch/repeat/support/SimpleRepeatTemplateTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ public RepeatStatus doInIteration(RepeatContext context) throws Exception {
375375

376376
/**
377377
* Checked exceptions are wrapped into runtime RepeatException. RepeatException should
378-
* be unwrapped before before it is passed to listeners and exception handler.
378+
* be unwrapped before it is passed to listeners and exception handler.
379379
*/
380380
@Test
381381
void testExceptionUnwrapping() {

0 commit comments

Comments
 (0)