From 2963fd9e5a8f01eb365469b50d443d56fc7a8ad0 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sun, 24 Aug 2014 18:12:38 +0200 Subject: [PATCH] Fix broken Javadoc link in @TestPropertySource --- .../org/springframework/test/context/TestPropertySource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}.