Skip to content

Commit f0f7ed3

Browse files
committed
Fix return type.
JAVA-5737
1 parent 25c8e8c commit f0f7ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-core/src/main/com/mongodb/client/model/bulk/ClientUpdateManyOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ static ClientUpdateManyOptions clientUpdateManyOptions() {
4545
* @return {@code this}.
4646
* @see Filters
4747
*/
48-
BaseClientUpdateOptions arrayFilters(@Nullable Iterable<? extends Bson> arrayFilters);
48+
ClientUpdateManyOptions arrayFilters(@Nullable Iterable<? extends Bson> arrayFilters);
4949

5050
/**
5151
* Sets the collation.

0 commit comments

Comments
 (0)