Skip to content

Commit da2a5da

Browse files
authored
Fix typo in documentation
Issue #3643
1 parent 2ef32cb commit da2a5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-docs/asciidoc/common-patterns.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ propagation attribute a value of `REQUIRES_NEW`.
9292
[[stoppingAJobManuallyForBusinessReasons]]
9393
=== Stopping a Job Manually for Business Reasons
9494

95-
Spring Batch provides a `stop()` method through the `JobLauncher` interface, but this is
95+
Spring Batch provides a `stop()` method through the `JobOperator` interface, but this is
9696
really for use by the operator rather than the application programmer. Sometimes, it is
9797
more convenient or makes more sense to stop a job execution from within the business
9898
logic.

0 commit comments

Comments
 (0)