Skip to content

Commit e6ea135

Browse files
committed
Fix javadoc error on MyBatisBatchItemWriter
1 parent 35834c1 commit e6ea135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mybatis/spring/batch/MyBatisBatchItemWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* <p>
4343
* The user must provide a MyBatis statement id that points to the SQL statement defined in the MyBatis.
4444
* <p>
45-
* It is expected that {@link #write(List)} is called inside a transaction. If it is not each statement call will be
45+
* It is expected that {@link #write(Chunk)} is called inside a transaction. If it is not each statement call will be
4646
* autocommitted and flushStatements will return no results.
4747
* <p>
4848
* The writer is thread safe after its properties are set (normal singleton behavior), so it can be used to write in

0 commit comments

Comments
 (0)