Suppress rawtypes warning

See gh-25531
This commit is contained in:
dreis2211
2021-03-07 18:27:52 +01:00
committed by Stephane Nicoll
parent 2575621e06
commit b85a50b7b6

View File

@@ -33,6 +33,7 @@ import static org.assertj.core.api.Assertions.assertThat;
*/
class KafkaPropertiesTests {
@SuppressWarnings("rawtypes")
@Test
void isolationLevelEnumConsistentWithKafkaVersion() {
org.apache.kafka.common.IsolationLevel[] original = org.apache.kafka.common.IsolationLevel.values();