Signed-off-by: charlie881007 <65711157+charlie881007@users.noreply.github.com>
This commit is contained in:
charlie881007
2025-02-24 10:49:19 +08:00
committed by Mahmoud Ben Hassine
parent 75edb29d28
commit 6701606f68

View File

@@ -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: