Fix broken Javadoc link in @TestPropertySource

This commit is contained in:
Sam Brannen
2014-08-24 18:12:38 +02:00
parent 820a160578
commit 2963fd9e5a

View File

@@ -199,7 +199,7 @@ public @interface TestPropertySource {
*
* <h3>Precedence</h3>
* <p>Properties declared via this attribute have higher precedence than
* properties loaded from resource {@link locations}.
* properties loaded from resource {@link #locations}.
*
* <p>This attribute may be used in conjunction with {@link #value}
* <em>or</em> {@link #locations}.