Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
Javadoc: Fix callback doc for MongoCollection.updateMany
Browse files Browse the repository at this point in the history
  • Loading branch information
rozza committed Jul 8, 2016
1 parent 146a123 commit 1923983
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -429,7 +429,7 @@ void bulkWrite(List<? extends WriteModel<? extends TDocument>> requests, BulkWri
*
* @param filter a document describing the query filter, which may not be null.
* @param update a document describing the update, which may not be null. The update to apply must include only update operators. T
* @param callback the callback passed the result of the update one operation
* @param callback the callback passed the result of the update many operation
* @throws com.mongodb.MongoWriteException returned via the callback
* @throws com.mongodb.MongoWriteConcernException returned via the callback
* @throws com.mongodb.MongoException returned via the callback
Expand All @@ -444,7 +444,7 @@ void bulkWrite(List<? extends WriteModel<? extends TDocument>> requests, BulkWri
* @param filter a document describing the query filter, which may not be null.
* @param update a document describing the update, which may not be null. The update to apply must include only update operators.
* @param options the options to apply to the update operation
* @param callback the callback passed the result of the update one operation
* @param callback the callback passed the result of the update many operation
* @throws com.mongodb.MongoWriteException returned via the callback
* @throws com.mongodb.MongoWriteConcernException returned via the callback
* @throws com.mongodb.MongoException returned via the callback
Expand Down

0 comments on commit 1923983

Please sign in to comment.