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 91b393c commit 4669921Copy full SHA for 4669921
spring-batch-docs/asciidoc/step.adoc
@@ -973,7 +973,7 @@ public Step step1() {
973
974
An `ItemReader`, `ItemWriter` or `ItemProcessor` that itself implements one of the
975
`StepListener` interfaces is registered automatically with the `Step` if using the
976
-namespace `<step>` element or one of the the `*StepFactoryBean` factories. This only
+namespace `<step>` element or one of the `*StepFactoryBean` factories. This only
977
applies to components directly injected into the `Step`. If the listener is nested inside
978
another component, it needs to be explicitly registered (as described previously under
979
<<registeringItemStreams>>).
0 commit comments