diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/RetryListener.java b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/RetryListener.java index ee52e4345..d4afd8917 100644 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/RetryListener.java +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/RetryListener.java @@ -19,8 +19,8 @@ import org.springframework.batch.core.StepListener; /** *
- * Marker interface to be implemented by JSR-352 retry listeners. Extends {@link StepListener} - * to allow registration with existing listener methods. + * Interface used internally by RetryListener adapters to provide consistent naming. + * Extends {@link StepListener} to allow registration with existing listener methods. *
* * @author Chris Schaefer