diff --git a/spring-test/src/main/java/org/springframework/test/context/support/AbstractContextLoader.java b/spring-test/src/main/java/org/springframework/test/context/support/AbstractContextLoader.java index 0928ff4c9ec..0fc6c6012c7 100644 --- a/spring-test/src/main/java/org/springframework/test/context/support/AbstractContextLoader.java +++ b/spring-test/src/main/java/org/springframework/test/context/support/AbstractContextLoader.java @@ -185,8 +185,8 @@ public abstract class AbstractContextLoader implements SmartContextLoader { * *
For example, if the supplied class is {@code com.example.MyTest},
* the generated locations will contain a single string with a value of
- * "classpath:/com/example/MyTest{@code <suffix>}",
- * where {@code <suffix>} is the value of the
+ * "classpath:/com/example/MyTest{@code As of Spring 3.1, the implementation of this method adheres to the