Skip to content

Commit

Permalink
Remove unnecessary warning suppression (#12350)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Sep 28, 2024
1 parent bcbb20c commit b4bceba
Showing 1 changed file with 1 addition and 4 deletions.
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

0 comments on commit b4bceba

Please sign in to comment.