We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75edb29 commit 6701606Copy full SHA for 6701606
spring-batch-docs/modules/ROOT/pages/step/chunk-oriented-processing/intercepting-execution.adoc
@@ -89,7 +89,7 @@ public interface StepExecutionListener extends StepListener {
89
}
90
----
91
92
-`ExitStatus` has a return type of `afterStep`, to give listeners the chance to
+`afterStep` has a return type of `ExitStatus`, to give listeners the chance to
93
modify the exit code that is returned upon completion of a `Step`.
94
95
The annotations corresponding to this interface are:
0 commit comments