Skip to content

Commit 6701606

Browse files
charlie881007fmbenhassine
authored andcommitted
fix typo
Signed-off-by: charlie881007 <65711157+charlie881007@users.noreply.github.com>
1 parent 75edb29 commit 6701606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-docs/modules/ROOT/pages/step/chunk-oriented-processing/intercepting-execution.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public interface StepExecutionListener extends StepListener {
8989
}
9090
----
9191

92-
`ExitStatus` has a return type of `afterStep`, to give listeners the chance to
92+
`afterStep` has a return type of `ExitStatus`, to give listeners the chance to
9393
modify the exit code that is returned upon completion of a `Step`.
9494

9595
The annotations corresponding to this interface are:

0 commit comments

Comments
 (0)