We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce60885 commit 25c8e8cCopy full SHA for 25c8e8c
driver-core/src/test/unit/com/mongodb/MongoAssertions.java
@@ -25,7 +25,11 @@
25
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
26
import static org.junit.jupiter.api.Assertions.assertEquals;
27
28
-public class MongoAssertions {
+public final class MongoAssertions {
29
+
30
+ private MongoAssertions() {
31
+ //NOP
32
+ }
33
34
public static <T> void assertSubInterfaceReturnTypes(final String packageName,
35
final Class<T> baseClass) {
0 commit comments