File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
driver/src/main/com/mongodb/client Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ public interface MongoCollection<TDocument> {
425
425
*
426
426
* @param filter a document describing the query filter, which may not be null.
427
427
* @param update a document describing the update, which may not be null. The update to apply must include only update operators.
428
- * @return the result of the update one operation
428
+ * @return the result of the update many operation
429
429
* @throws com.mongodb.MongoWriteException if the write failed due some other failure specific to the update command
430
430
* @throws com.mongodb.MongoWriteConcernException if the write failed due being unable to fulfil the write concern
431
431
* @throws com.mongodb.MongoException if the write failed due some other failure
@@ -440,7 +440,7 @@ public interface MongoCollection<TDocument> {
440
440
* @param filter a document describing the query filter, which may not be null.
441
441
* @param update a document describing the update, which may not be null. The update to apply must include only update operators.
442
442
* @param updateOptions the options to apply to the update operation
443
- * @return the result of the update one operation
443
+ * @return the result of the update many operation
444
444
* @throws com.mongodb.MongoWriteException if the write failed due some other failure specific to the update command
445
445
* @throws com.mongodb.MongoWriteConcernException if the write failed due being unable to fulfil the write concern
446
446
* @throws com.mongodb.MongoException if the write failed due some other failure
You can’t perform that action at this time.
0 commit comments