We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8a6db commit 81c2319Copy full SHA for 81c2319
spring-batch-infrastructure/src/main/java/org/springframework/batch/item/data/MongoItemWriter.java
@@ -86,8 +86,8 @@ public void setDelete(boolean delete) {
86
87
/**
88
* 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.
+ * the data store. If is false (default), the items will be saved. If is true, the
+ * items will be removed.
91
* @return removal indicator
92
*/
93
protected boolean isDelete() {
0 commit comments