From 6701606f68997a7f7c18d8c1f31bd1428c37d626 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 023dcaee4..d07884516 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: