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 38f698d commit 890f901Copy full SHA for 890f901
test-infra/src/main/java/com/datastax/oss/driver/api/testinfra/simulacron/QueryCounter.java
@@ -112,6 +112,7 @@ public void assertNodeCounts(int... counts) {
112
113
public static class QueryCounterBuilder {
114
115
+ @SuppressWarnings("UnnecessaryLambda")
116
private static final Predicate<QueryLog> DEFAULT_FILTER = (q) -> !q.getQuery().isEmpty();
117
118
private final BoundTopic<?, ?> topic;
0 commit comments