You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-batch-infrastructure/src/main/java/org/springframework/batch/item/data/builder/MongoItemWriterBuilder.java
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2017 the original author or authors.
2
+
* Copyright 2017-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -25,6 +25,7 @@
25
25
* A builder implementation for the {@link MongoItemWriter}
26
26
*
27
27
* @author Glenn Renfro
28
+
* @author Mahmoud Ben Hassine
28
29
* @since 4.0
29
30
* @see MongoItemWriter
30
31
*/
@@ -43,20 +44,23 @@ public class MongoItemWriterBuilder<T> {
43
44
* @param delete removal indicator
44
45
* @return The current instance of the builder
45
46
* @see MongoItemWriter#setDelete(boolean)
46
-
* @deprecated use {@link MongoItemWriterBuilder#mode(Mode)}
47
+
* @deprecated Use {@link MongoItemWriterBuilder#mode(Mode)} instead. Scheduled for
0 commit comments