@@ -377,7 +377,7 @@ public interface MongoCluster {
377
377
*
378
378
* @param models The {@linkplain ClientNamespacedWriteModel individual write operations}.
379
379
* @return The {@link Publisher} with a single element which could be: The {@link ClientBulkWriteResult} if the operation is successful.
380
- * The {@link ClientBulkWriteException} If and only if the operation is unsuccessful or partially unsuccessful,
380
+ * The {@link ClientBulkWriteException} if and only if the operation is unsuccessful or partially unsuccessful,
381
381
* and there is at least one of the following pieces of information to report:
382
382
* {@link ClientBulkWriteException#getWriteConcernErrors()}, {@link ClientBulkWriteException#getWriteErrors()},
383
383
* {@link ClientBulkWriteException#getPartialResult()}. The {@link MongoException} only if the operation is unsuccessful.
@@ -401,7 +401,7 @@ public interface MongoCluster {
401
401
* @param models The {@linkplain ClientNamespacedWriteModel individual write operations}.
402
402
* @param options The options.
403
403
* @return The {@link Publisher} with a single element which could be: The {@link ClientBulkWriteResult} if the operation is successful.
404
- * The {@link ClientBulkWriteException} If and only if the operation is unsuccessful or partially unsuccessful,
404
+ * The {@link ClientBulkWriteException} if and only if the operation is unsuccessful or partially unsuccessful,
405
405
* and there is at least one of the following pieces of information to report:
406
406
* {@link ClientBulkWriteException#getWriteConcernErrors()}, {@link ClientBulkWriteException#getWriteErrors()},
407
407
* {@link ClientBulkWriteException#getPartialResult()}. The {@link MongoException} only if the operation is unsuccessful.
@@ -429,7 +429,7 @@ Publisher<ClientBulkWriteResult> bulkWrite(
429
429
* @param clientSession The {@linkplain ClientSession client session} with which to associate this operation.
430
430
* @param models The {@linkplain ClientNamespacedWriteModel individual write operations}.
431
431
* @return The {@link Publisher} with a single element which could be: The {@link ClientBulkWriteResult} if the operation is successful.
432
- * The {@link ClientBulkWriteException} If and only if the operation is unsuccessful or partially unsuccessful,
432
+ * The {@link ClientBulkWriteException} if and only if the operation is unsuccessful or partially unsuccessful,
433
433
* and there is at least one of the following pieces of information to report:
434
434
* {@link ClientBulkWriteException#getWriteConcernErrors()}, {@link ClientBulkWriteException#getWriteErrors()},
435
435
* {@link ClientBulkWriteException#getPartialResult()}. The {@link MongoException} only if the operation is unsuccessful.
@@ -456,7 +456,7 @@ Publisher<ClientBulkWriteResult> bulkWrite(
456
456
* @param models The {@linkplain ClientNamespacedWriteModel individual write operations}.
457
457
* @param options The options.
458
458
* @return The {@link Publisher} with a single element which could be: The {@link ClientBulkWriteResult} if the operation is successful.
459
- * The {@link ClientBulkWriteException} If and only if the operation is unsuccessful or partially unsuccessful,
459
+ * The {@link ClientBulkWriteException} if and only if the operation is unsuccessful or partially unsuccessful,
460
460
* and there is at least one of the following pieces of information to report:
461
461
* {@link ClientBulkWriteException#getWriteConcernErrors()}, {@link ClientBulkWriteException#getWriteErrors()},
462
462
* {@link ClientBulkWriteException#getPartialResult()}. The {@link MongoException} only if the operation is unsuccessful.
0 commit comments