From df51dc841510d181c021d3e552f3d2bae307430a Mon Sep 17 00:00:00 2001 From: charlie881007 <65711157+charlie881007@users.noreply.github.com> Date: Mon, 24 Feb 2025 10:49:19 +0800 Subject: [PATCH] fix typo Signed-off-by: charlie881007 <65711157+charlie881007@users.noreply.github.com> --- .../step/chunk-oriented-processing/intercepting-execution.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-batch-docs/modules/ROOT/pages/step/chunk-oriented-processing/intercepting-execution.adoc b/spring-batch-docs/modules/ROOT/pages/step/chunk-oriented-processing/intercepting-execution.adoc index 023dcaee4f..d07884516a 100644 --- a/spring-batch-docs/modules/ROOT/pages/step/chunk-oriented-processing/intercepting-execution.adoc +++ b/spring-batch-docs/modules/ROOT/pages/step/chunk-oriented-processing/intercepting-execution.adoc @@ -89,7 +89,7 @@ public interface StepExecutionListener extends StepListener { } ---- -`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 modify the exit code that is returned upon completion of a `Step`. The annotations corresponding to this interface are: