From 703cc0d6ae098b4ee462ec2cb33095e0ec70c66d Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sun, 31 Aug 2014 21:03:38 +0200 Subject: [PATCH] Polish Javadoc for MergedContextConfiguration --- .../test/context/MergedContextConfiguration.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-test/src/main/java/org/springframework/test/context/MergedContextConfiguration.java b/spring-test/src/main/java/org/springframework/test/context/MergedContextConfiguration.java index 6e1386fe33..e1e56217b9 100644 --- a/spring-test/src/main/java/org/springframework/test/context/MergedContextConfiguration.java +++ b/spring-test/src/main/java/org/springframework/test/context/MergedContextConfiguration.java @@ -57,7 +57,9 @@ import org.springframework.util.StringUtils; * @author Sam Brannen * @since 3.1 * @see ContextConfiguration + * @see ContextHierarchy * @see ActiveProfiles + * @see TestPropertySource * @see ContextConfigurationAttributes * @see SmartContextLoader#loadContext(MergedContextConfiguration) */