diff --git a/spring-batch-infrastructure/src/test/java/org/springframework/batch/repeat/support/SimpleRepeatTemplateTests.java b/spring-batch-infrastructure/src/test/java/org/springframework/batch/repeat/support/SimpleRepeatTemplateTests.java index ec511f1e76..29d7dbd2db 100644 --- a/spring-batch-infrastructure/src/test/java/org/springframework/batch/repeat/support/SimpleRepeatTemplateTests.java +++ b/spring-batch-infrastructure/src/test/java/org/springframework/batch/repeat/support/SimpleRepeatTemplateTests.java @@ -375,7 +375,7 @@ public RepeatStatus doInIteration(RepeatContext context) throws Exception { /** * Checked exceptions are wrapped into runtime RepeatException. RepeatException should - * be unwrapped before before it is passed to listeners and exception handler. + * be unwrapped before it is passed to listeners and exception handler. */ @Test void testExceptionUnwrapping() {