Skip to content

Commit c057390

Browse files
committed
Make internal AbstractClientNamespacedWriteModel public
JAVA-5527
1 parent c3224e9 commit c057390

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818

1919
import com.mongodb.MongoNamespace;
2020

21-
abstract class AbstractClientNamespacedWriteModel {
21+
/**
22+
* This class is not part of the public API and may be removed or changed at any time.
23+
*/
24+
public abstract class AbstractClientNamespacedWriteModel {
2225
private final MongoNamespace namespace;
2326
private final ClientWriteModel model;
2427

0 commit comments

Comments
 (0)