From 9592b035ba9af18cd3c3b1f70d7e9c8d5cd201ed Mon Sep 17 00:00:00 2001 From: juhyun Date: Mon, 16 Jan 2023 00:56:19 +0900 Subject: [PATCH] Fix double "before" typo --- .../batch/repeat/support/SimpleRepeatTemplateTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {