From 2e4a2adc1f3ae052795adb9fdffd15286cc24cd1 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Sun, 12 Sep 2021 09:28:51 +0200 Subject: [PATCH] Fix incorrect reference to StepExecutionListener in Javadoc --- .../core/resource/StepExecutionSimpleCompletionPolicy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/resource/StepExecutionSimpleCompletionPolicy.java b/spring-batch-core/src/main/java/org/springframework/batch/core/resource/StepExecutionSimpleCompletionPolicy.java index cd82bb1cd..fc8968220 100644 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/resource/StepExecutionSimpleCompletionPolicy.java +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/resource/StepExecutionSimpleCompletionPolicy.java @@ -69,7 +69,7 @@ public class StepExecutionSimpleCompletionPolicy implements StepExecutionListene * key name, the intValue of this parameter is used. If not an exception * will be thrown. * - * @see org.springframework.batch.core.listener.StepExecutionListener#beforeStep(org.springframework.batch.core.StepExecution) + * @see org.springframework.batch.core.StepExecutionListener#beforeStep(org.springframework.batch.core.StepExecution) */ @Override public void beforeStep(StepExecution stepExecution) {