Skip to content

Commit 81c2319

Browse files
author
Tolga Okur
committed
Run spring-javaformat:apply
1 parent 9e8a6db commit 81c2319

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/data/MongoItemWriter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ public void setDelete(boolean delete) {
8686

8787
/**
8888
* Indicates if the items being passed to the writer are to be saved or removed from
89-
* the data store. If is false (default), the items will be saved. If is true,
90-
* the items will be removed.
89+
* the data store. If is false (default), the items will be saved. If is true, the
90+
* items will be removed.
9191
* @return removal indicator
9292
*/
9393
protected boolean isDelete() {

0 commit comments

Comments
 (0)