Skip to content

Commit 80df88b

Browse files
committed
Clean up warnings in Gradle build
1 parent 15a71f9 commit 80df88b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-context/src/test/java/org/springframework/context/annotation/ConfigurationClassPostProcessorAotContributionTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ void applyToWhenHasPostConstructAnnotationPostProcessed() {
500500
});
501501
}
502502

503+
@SuppressWarnings("unchecked")
503504
private void compile(BiConsumer<Consumer<GenericApplicationContext>, Compiled> result) {
504505
MethodReference methodReference = beanFactoryInitializationCode.getInitializers().get(0);
505506
beanFactoryInitializationCode.getTypeBuilder().set(type -> {

0 commit comments

Comments
 (0)