We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c8e8c commit f0f7ed3Copy full SHA for f0f7ed3
driver-core/src/main/com/mongodb/client/model/bulk/ClientUpdateManyOptions.java
@@ -45,7 +45,7 @@ static ClientUpdateManyOptions clientUpdateManyOptions() {
45
* @return {@code this}.
46
* @see Filters
47
*/
48
- BaseClientUpdateOptions arrayFilters(@Nullable Iterable<? extends Bson> arrayFilters);
+ ClientUpdateManyOptions arrayFilters(@Nullable Iterable<? extends Bson> arrayFilters);
49
50
/**
51
* Sets the collation.
0 commit comments