Skip to content

Commit 2e4a2ad

Browse files
committed
Fix incorrect reference to StepExecutionListener in Javadoc
1 parent 22c8458 commit 2e4a2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-core/src/main/java/org/springframework/batch/core/resource/StepExecutionSimpleCompletionPolicy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public void setKeyName(String keyName) {
6969
* key name, the intValue of this parameter is used. If not an exception
7070
* will be thrown.
7171
*
72-
* @see org.springframework.batch.core.listener.StepExecutionListener#beforeStep(org.springframework.batch.core.StepExecution)
72+
* @see org.springframework.batch.core.StepExecutionListener#beforeStep(org.springframework.batch.core.StepExecution)
7373
*/
7474
@Override
7575
public void beforeStep(StepExecution stepExecution) {

0 commit comments

Comments
 (0)