Skip to content

Commit c68bab4

Browse files
committed
Remove Sealed.
JAVA-5737
1 parent b69e443 commit c68bab4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@
1616

1717
package com.mongodb.client.model.bulk;
1818

19-
import com.mongodb.annotations.Sealed;
2019
import com.mongodb.client.model.Collation;
2120
import com.mongodb.lang.Nullable;
2221
import org.bson.conversions.Bson;
2322

2423
/**
2524
* <p>This class is not part of the public API and may be removed or changed at any time</p>
2625
*/
27-
@Sealed
2826
interface BaseClientDeleteOptions {
2927

3028
BaseClientDeleteOptions collation(@Nullable Collation collation);

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
*/
1616
package com.mongodb.client.model.bulk;
1717

18-
import com.mongodb.annotations.Sealed;
1918
import com.mongodb.client.model.Collation;
2019
import com.mongodb.lang.Nullable;
2120
import org.bson.conversions.Bson;
2221

2322
/**
2423
* <p>This class is not part of the public API and may be removed or changed at any time</p>
2524
*/
26-
@Sealed
2725
interface BaseClientUpdateOptions {
2826

2927
BaseClientUpdateOptions arrayFilters(@Nullable Iterable<? extends Bson> arrayFilters);

0 commit comments

Comments
 (0)