Fix incorrect reference to StepExecutionListener in Javadoc

This commit is contained in:
Mahmoud Ben Hassine
2021-09-12 09:28:51 +02:00
parent 22c84588b9
commit 2e4a2adc1f

View File

@@ -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) {