From 267908a1185f86234e786f316245d2b20bbccdfb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 26 Sep 2022 11:15:43 +0200 Subject: [PATCH] Polish --- .../aot/test/generate/TestGenerationContext.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-core-test/src/main/java/org/springframework/aot/test/generate/TestGenerationContext.java b/spring-core-test/src/main/java/org/springframework/aot/test/generate/TestGenerationContext.java index cf00cb7ba50..fa95ea3082a 100644 --- a/spring-core-test/src/main/java/org/springframework/aot/test/generate/TestGenerationContext.java +++ b/spring-core-test/src/main/java/org/springframework/aot/test/generate/TestGenerationContext.java @@ -16,7 +16,6 @@ package org.springframework.aot.test.generate; -import java.util.function.Function; import java.util.function.UnaryOperator; import org.springframework.aot.generate.ClassNameGenerator; @@ -69,7 +68,7 @@ public class TestGenerationContext extends DefaultGenerationContext implements U * Configure the specified {@link TestCompiler} with the state of this context. * @param testCompiler the compiler to configure * @return a new {@link TestCompiler} instance configured with the generated files - * @see TestCompiler#with(Function) + * @see TestCompiler#with(UnaryOperator) */ @Override public TestCompiler apply(TestCompiler testCompiler) {