Skip to content

Commit 050fce5

Browse files
pxzxjfmbenhassine
authored andcommitted
Fix typo in word AsynchItemWriter
Resolves #4649
1 parent f40c415 commit 050fce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-docs/modules/ROOT/pages/spring-batch-integration/sub-elements.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ The following example shows the how to add a step-level listener in XML:
182182
Asynchronous Processors help you scale the processing of items. In the asynchronous
183183
processor use case, an `AsyncItemProcessor` serves as a dispatcher, executing the logic of
184184
the `ItemProcessor` for an item on a new thread. Once the item completes, the `Future` is
185-
passed to the `AsynchItemWriter` to be written.
185+
passed to the `AsyncItemWriter` to be written.
186186

187187
Therefore, you can increase performance by using asynchronous item processing, basically
188188
letting you implement fork-join scenarios. The `AsyncItemWriter` gathers the results and

0 commit comments

Comments
 (0)