diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/job/JobExecution.java b/spring-batch-core/src/main/java/org/springframework/batch/core/job/JobExecution.java index f11403ee45..672fc36627 100644 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/job/JobExecution.java +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/job/JobExecution.java @@ -214,7 +214,7 @@ public boolean isStopping() { } /** - * Test if this {@link StepExecution} indicates that it has been stopped. + * Test if this {@link JobExecution} indicates that it has been stopped. * @return {@code true} if the status is {@link BatchStatus#STOPPED}. */ public boolean isStopped() {