Skip to content

Commit 2401d11

Browse files
committed
update
1 parent 40dd390 commit 2401d11

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

instrumentation/cassandra/cassandra-4-common/testing/src/main/java/io/opentelemetry/cassandra/v4/common/AbstractCassandraTest.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -330,13 +330,6 @@ private static Stream<Arguments> provideAsyncParameters() {
330330
"users"))));
331331
}
332332

333-
protected static String querySummary(String operation, String table) {
334-
if (table == null) {
335-
return operation;
336-
}
337-
return operation + " " + table;
338-
}
339-
340333
protected static class Parameter {
341334
public final String keyspace;
342335
public final String statement;

0 commit comments

Comments
 (0)