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 48529a26a1..d0e7e5351d 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
@@ -58,7 +58,6 @@ import org.springframework.lang.Nullable;
*
{@link org.springframework.test.context.support.DelegatingSmartContextLoader DelegatingSmartContextLoader}
* {@link org.springframework.test.context.support.AnnotationConfigContextLoader AnnotationConfigContextLoader}
* {@link org.springframework.test.context.support.GenericXmlContextLoader GenericXmlContextLoader}
- * {@link org.springframework.test.context.support.GenericPropertiesContextLoader GenericPropertiesContextLoader}
* {@link org.springframework.test.context.web.WebDelegatingSmartContextLoader WebDelegatingSmartContextLoader}
* {@link org.springframework.test.context.web.AnnotationConfigWebContextLoader AnnotationConfigWebContextLoader}
* {@link org.springframework.test.context.web.GenericXmlWebContextLoader GenericXmlWebContextLoader}