File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
driver-core/src/main/com/mongodb/client/model/bulk Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
25
25
/**
26
26
* The result of a successful {@linkplain ClientNamespacedWriteModel individual insert one operation}.
27
- * Note that {@link WriteConcernError}s are not considered as making individuals operations unsuccessful.
27
+ * Note that {@link WriteConcernError}s are not considered as making individual operations unsuccessful.
28
28
*
29
29
* @since 5.3
30
30
*/
Original file line number Diff line number Diff line change 23
23
24
24
/**
25
25
* The result of a successful {@linkplain ClientNamespacedWriteModel individual update or replace operation}.
26
- * Note that {@link WriteConcernError}s are not considered as making individuals operations unsuccessful.
26
+ * Note that {@link WriteConcernError}s are not considered as making individual operations unsuccessful.
27
27
*
28
28
* @since 5.3
29
29
*/
You can’t perform that action at this time.
0 commit comments