fix documentation of JobExecutionNotRunningException
execution -> checked exception
This commit is contained in:
committed by
Mahmoud Ben Hassine
parent
4e07b33a9d
commit
0ecc052190
@@ -18,7 +18,7 @@ package org.springframework.batch.core.launch;
|
||||
import org.springframework.batch.core.JobExecutionException;
|
||||
|
||||
/**
|
||||
* Execution indicating that a JobExecution that is not currently running has
|
||||
* Checked exception indicating that a JobExecution that is not currently running has
|
||||
* been requested to stop.
|
||||
*
|
||||
* @author Dave Syer
|
||||
|
||||
Reference in New Issue
Block a user