Skip to content

Commit b85a50b

Browse files
dreis2211snicoll
authored andcommitted
Suppress rawtypes warning
See gh-25531
1 parent 2575621 commit b85a50b

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/kafka

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/kafka/KafkaPropertiesTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
*/
3434
class KafkaPropertiesTests {
3535

36+
@SuppressWarnings("rawtypes")
3637
@Test
3738
void isolationLevelEnumConsistentWithKafkaVersion() {
3839
org.apache.kafka.common.IsolationLevel[] original = org.apache.kafka.common.IsolationLevel.values();

0 commit comments

Comments
 (0)