Skip to content

Commit 01c7930

Browse files
nabetamaBuzzardo
authored andcommitted
Fixed the function name
1 parent 1787a5f commit 01c7930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ The first chunk of code defines the input, processor, and output.
161161
parses each line item with enough information to turn it into a `Person`.
162162
* `processor()` creates an instance of the `PersonItemProcessor` that you defined earlier,
163163
meant to converth the data to upper case.
164-
* `write(DataSource)` creates an `ItemWriter`. This one is aimed at a JDBC destination and
164+
* `writer(DataSource)` creates an `ItemWriter`. This one is aimed at a JDBC destination and
165165
automatically gets a copy of the dataSource created by `@EnableBatchProcessing`. It
166166
includes the SQL statement needed to insert a single `Person`, driven by Java bean
167167
properties.

0 commit comments

Comments
 (0)