File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
spring-batch-docs/asciidoc Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -160,15 +160,15 @@ an in-line `<step/>` (one defined within a `<job/>`), it is an attribute on the
160
160
element. For a standalone `<step/>`, it is defined as an attribute of the <tasklet/>.
161
161
162
162
[role="javaContent"]
163
- * `repository`: The The Java-specific name of the `JobRepository` that periodically stores
163
+ * `repository`: The Java-specific name of the `JobRepository` that periodically stores
164
164
the `StepExecution` and `ExecutionContext` during processing (just before committing).
165
165
166
166
[role="xmlContent"]
167
- * `commit-interval`: The XML-specific name of the the number of items to be processed
167
+ * `commit-interval`: The XML-specific name of the number of items to be processed
168
168
before the transaction is committed.
169
169
170
170
[role="javaContent"]
171
- * `chunk`: The XML -specific name of the dependency that indicates that this is an
171
+ * `chunk`: The Java -specific name of the dependency that indicates that this is an
172
172
item-based step and the number of items to be processed before the transaction is
173
173
committed.
174
174
@@ -1042,7 +1042,7 @@ public Step step1() {
1042
1042
1043
1043
An `ItemReader`, `ItemWriter` or `ItemProcessor` that itself implements one of the
1044
1044
`StepListener` interfaces is registered automatically with the `Step` if using the
1045
- namespace `<step>` element or one of the the `*StepFactoryBean` factories. This only
1045
+ namespace `<step>` element or one of the `*StepFactoryBean` factories. This only
1046
1046
applies to components directly injected into the `Step`. If the listener is nested inside
1047
1047
another component, it needs to be explicitly registered (as described previously under
1048
1048
<<registeringItemStreams>>).
You can’t perform that action at this time.
0 commit comments