Fix typo in documentation

Issue #3643
This commit is contained in:
Dimitrios (Dimi) Liapis
2020-05-20 12:38:10 +02:00
committed by GitHub
parent 2ef32cb069
commit da2a5da79c

View File

@@ -92,7 +92,7 @@ propagation attribute a value of `REQUIRES_NEW`.
[[stoppingAJobManuallyForBusinessReasons]]
=== Stopping a Job Manually for Business Reasons
Spring Batch provides a `stop()` method through the `JobLauncher` interface, but this is
Spring Batch provides a `stop()` method through the `JobOperator` interface, but this is
really for use by the operator rather than the application programmer. Sometimes, it is
more convenient or makes more sense to stop a job execution from within the business
logic.