Skip to content

Commit 15a6641

Browse files
committed
Clean up warnings in Gradle build
1 parent 63c8e7c commit 15a6641

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-core/src/test/java/org/springframework/core/convert/support/GenericConversionServiceTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@ void stringListToListOfSubclassOfUnboundGenericClass() {
582582
}
583583

584584
@Test
585+
@SuppressWarnings("unchecked")
585586
void stringToListOfMapConverterWithFallbackMatch() {
586587
conversionService.addConverter(new StringToListOfMapConverter());
587588

0 commit comments

Comments
 (0)