Skip to content

Commit 9c3c1c6

Browse files
committed
[SPR-8386] polishing JavaDoc
1 parent dbe96b5 commit 9c3c1c6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

org.springframework.test/src/main/java/org/springframework/test/context/ContextLoaderUtils.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,15 @@
3333
import org.springframework.util.StringUtils;
3434

3535
/**
36-
* Utility methods for working with {@link ContextLoader ContextLoaders}
37-
* and resource locations.
36+
* Utility methods for working with {@link ContextLoader ContextLoaders},
37+
* resource locations and classes, and active bean definition profiles.
3838
*
3939
* @author Sam Brannen
4040
* @since 3.1
4141
* @see ContextLoader
42+
* @see ContextConfiguration
43+
* @see ActiveProfiles
44+
* @see MergedContextConfiguration
4245
*/
4346
abstract class ContextLoaderUtils {
4447

0 commit comments

Comments
 (0)