diff --git a/spring-test/src/main/java/org/springframework/test/context/TestPropertySource.java b/spring-test/src/main/java/org/springframework/test/context/TestPropertySource.java index 281994544e..47e36af91a 100644 --- a/spring-test/src/main/java/org/springframework/test/context/TestPropertySource.java +++ b/spring-test/src/main/java/org/springframework/test/context/TestPropertySource.java @@ -199,7 +199,7 @@ public @interface TestPropertySource { * *

Precedence

*

Properties declared via this attribute have higher precedence than - * properties loaded from resource {@link locations}. + * properties loaded from resource {@link #locations}. * *

This attribute may be used in conjunction with {@link #value} * or {@link #locations}.