Skip to content

Commit 0ecc052

Browse files
jinwookhfmbenhassine
authored andcommitted
fix documentation of JobExecutionNotRunningException
execution -> checked exception
1 parent 4e07b33 commit 0ecc052

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/launch/JobExecutionNotRunningException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import org.springframework.batch.core.JobExecutionException;
1919

2020
/**
21-
* Execution indicating that a JobExecution that is not currently running has
21+
* Checked exception indicating that a JobExecution that is not currently running has
2222
* been requested to stop.
2323
*
2424
* @author Dave Syer

0 commit comments

Comments
 (0)