Closes gh-11242
This commit is contained in:
Johnny Lim
2017-12-02 01:05:55 +09:00
committed by Stephane Nicoll
parent eec9597d91
commit 2c204f2154
12 changed files with 29 additions and 29 deletions

View File

@@ -238,7 +238,7 @@ public class SpringBootContextLoader extends AbstractContextLoader {
/**
* Detect the default configuration classes for the supplied test class. By default
* simply delegates to
* {@link AnnotationConfigContextLoaderUtils#detectDefaultConfigurationClasses} .
* {@link AnnotationConfigContextLoaderUtils#detectDefaultConfigurationClasses}.
* @param declaringClass the test class that declared {@code @ContextConfiguration}
* @return an array of default configuration classes, potentially empty but never
* {@code null}