Browse Source

Remove erroneous Javadoc link

pull/29590/head
Sam Brannen 2 years ago
parent
commit
9ec937c843
  1. 1
      spring-test/src/main/java/org/springframework/test/context/SmartContextLoader.java

1
spring-test/src/main/java/org/springframework/test/context/SmartContextLoader.java

@ -144,7 +144,6 @@ public interface SmartContextLoader extends ContextLoader { @@ -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()
*/

Loading…
Cancel
Save