From 32bca54000aa43eeb3a568b9e1208ca9b1e4c41e Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 3 Jun 2011 22:51:53 +0000 Subject: [PATCH] [SPR-8386] polishing JavaDoc git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4444 50f2f4bb-b051-0410-bef5-90022cba6387 --- .../springframework/test/context/ContextLoaderUtils.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/org.springframework.test/src/main/java/org/springframework/test/context/ContextLoaderUtils.java b/org.springframework.test/src/main/java/org/springframework/test/context/ContextLoaderUtils.java index 996c93dfa3e..537ed649507 100644 --- a/org.springframework.test/src/main/java/org/springframework/test/context/ContextLoaderUtils.java +++ b/org.springframework.test/src/main/java/org/springframework/test/context/ContextLoaderUtils.java @@ -33,12 +33,15 @@ import org.springframework.util.ObjectUtils; import org.springframework.util.StringUtils; /** - * Utility methods for working with {@link ContextLoader ContextLoaders} - * and resource locations. + * Utility methods for working with {@link ContextLoader ContextLoaders}, + * resource locations and classes, and active bean definition profiles. * * @author Sam Brannen * @since 3.1 * @see ContextLoader + * @see ContextConfiguration + * @see ActiveProfiles + * @see MergedContextConfiguration */ abstract class ContextLoaderUtils {