Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,10 @@ public abstract class AbstractCassandraTest {

private static final Logger logger = LoggerFactory.getLogger(AbstractCassandraTest.class);

@SuppressWarnings("rawtypes")
private static GenericContainer cassandra;
private static GenericContainer<?> cassandra;

protected static String cassandraHost;

protected static String cassandraIp;

protected static int cassandraPort;

protected abstract InstrumentationExtension testing();
Expand Down
Loading