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 ad41425 commit 36f8311Copy full SHA for 36f8311
driver/src/test/acceptance/com/mongodb/acceptancetest/core/ClientAcceptanceTest.java
@@ -87,6 +87,7 @@ private static final class DatabaseNameMatcher extends BaseMatcher<List<Document
87
}
88
89
@Override
90
+ @SuppressWarnings("unchecked")
91
public boolean matches(final Object item) {
92
List<Document> databases = (List<Document>) item;
93
for (Document cur : databases) {
0 commit comments