File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
driver-core/src/main/com/mongodb/internal/client/model/bulk Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22
22
/**
23
23
* This class is not part of the public API and may be removed or changed at any time.
24
24
*/
25
- abstract class AbstractClientDeleteModel implements ClientWriteModel {
25
+ public abstract class AbstractClientDeleteModel implements ClientWriteModel {
26
26
private final Bson filter ;
27
27
private final ConcreteClientDeleteOptions options ;
28
28
Original file line number Diff line number Diff line change 24
24
import static com .mongodb .assertions .Assertions .assertTrue ;
25
25
import static java .util .Optional .ofNullable ;
26
26
27
- abstract class AbstractClientUpdateModel {
27
+ /**
28
+ * This class is not part of the public API and may be removed or changed at any time.
29
+ */
30
+ public abstract class AbstractClientUpdateModel {
28
31
private final Bson filter ;
29
32
@ Nullable
30
33
private final Bson update ;
You can’t perform that action at this time.
0 commit comments