Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: charlie881007 <[email protected]>
  • Loading branch information
charlie881007 authored and fmbenhassine committed Feb 24, 2025
1 parent 75edb29 commit 6701606
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6701606

Please sign in to comment.