Skip to content

Commit 890f901

Browse files
committed
Address errorprone error on QueryCounter
1 parent 38f698d commit 890f901

File tree

1 file changed

+1
-0
lines changed
  • test-infra/src/main/java/com/datastax/oss/driver/api/testinfra/simulacron

1 file changed

+1
-0
lines changed

test-infra/src/main/java/com/datastax/oss/driver/api/testinfra/simulacron/QueryCounter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ public void assertNodeCounts(int... counts) {
112112

113113
public static class QueryCounterBuilder {
114114

115+
@SuppressWarnings("UnnecessaryLambda")
115116
private static final Predicate<QueryLog> DEFAULT_FILTER = (q) -> !q.getQuery().isEmpty();
116117

117118
private final BoundTopic<?, ?> topic;

0 commit comments

Comments
 (0)