Skip to content

Commit 6e2ce8c

Browse files
authored
Make AbstractClientUpdateModel implement ClientWriteModel (#1598)
JAVA-4586
1 parent d75865c commit 6e2ce8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/**
2727
* This class is not part of the public API and may be removed or changed at any time.
2828
*/
29-
public abstract class AbstractClientUpdateModel<O extends AbstractClientUpdateOptions> {
29+
public abstract class AbstractClientUpdateModel<O extends AbstractClientUpdateOptions> implements ClientWriteModel {
3030
private final Bson filter;
3131
@Nullable
3232
private final Bson update;

0 commit comments

Comments
 (0)