From 9ec937c843de372ea9e4d7e6c1312c936b58ef22 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sat, 26 Nov 2022 14:40:49 +0100 Subject: [PATCH] Remove erroneous Javadoc link --- .../org/springframework/test/context/SmartContextLoader.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-test/src/main/java/org/springframework/test/context/SmartContextLoader.java b/spring-test/src/main/java/org/springframework/test/context/SmartContextLoader.java index 3461a7b1355..ccec852ce0c 100644 --- a/spring-test/src/main/java/org/springframework/test/context/SmartContextLoader.java +++ b/spring-test/src/main/java/org/springframework/test/context/SmartContextLoader.java @@ -144,7 +144,6 @@ public interface SmartContextLoader extends ContextLoader { * @return a new application context * @throws ContextLoadException if context loading failed * @see #processContextConfiguration(ContextConfigurationAttributes) - * @see #loadContextForAotProcessing(MergedContextConfiguration) * @see org.springframework.context.annotation.AnnotationConfigUtils#registerAnnotationConfigProcessors(org.springframework.beans.factory.support.BeanDefinitionRegistry) * @see org.springframework.context.ConfigurableApplicationContext#getEnvironment() */