Skip to content

Commit f9108ee

Browse files
quafffmbenhassine
authored andcommitted
Fix typo
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
1 parent 30e9dd7 commit f9108ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2023 the original author or authors.
2+
* Copyright 2016-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -97,7 +97,7 @@ public FlatFileItemWriterBuilder<T> saveState(boolean saveState) {
9797
* The name used to calculate the key within the
9898
* {@link org.springframework.batch.item.ExecutionContext}. Required if
9999
* {@link #saveState(boolean)} is set to true.
100-
* @param name name of the reader instance
100+
* @param name name of the writer instance
101101
* @return The current instance of the builder.
102102
* @see org.springframework.batch.item.ItemStreamSupport#setName(String)
103103
*/

0 commit comments

Comments
 (0)