Skip to content

Commit c86af18

Browse files
committed
Apply formatter
1 parent 9600ed8 commit c86af18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ public class MyBatisBatchItemWriter<T> implements ItemWriter<T>, InitializingBea
6464
private Converter<T, ?> itemToParameterConverter = new PassThroughConverter<>();
6565

6666
/**
67-
* Public setter for the flag that determines whether an assertion is made that number of BatchResult objects returned is one and all items cause at least one row to be
68-
* updated.
67+
* Public setter for the flag that determines whether an assertion is made that number of BatchResult objects returned
68+
* is one and all items cause at least one row to be updated.
6969
*
7070
* @param assertUpdates
7171
* the flag to set. Defaults to true;

0 commit comments

Comments
 (0)