fix documentation of JobExecutionNotRunningException

execution -> checked exception
This commit is contained in:
jinwook han
2020-03-15 18:38:36 +09:00
committed by Mahmoud Ben Hassine
parent 4e07b33a9d
commit 0ecc052190

View File

@@ -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