Skip to content

Commit 1bbc55d

Browse files
committed
Polish Javadoc for TestContextBootstrapper
1 parent 5df60a2 commit 1bbc55d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spring-test/src/main/java/org/springframework/test/context/TestContextBootstrapper.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,17 @@ public interface TestContextBootstrapper {
8686
* <li>Active bean definition profiles declared via {@link ActiveProfiles @ActiveProfiles}</li>
8787
* <li>{@linkplain org.springframework.context.ApplicationContextInitializer
8888
* Context initializers} declared via {@link ContextConfiguration#initializers}</li>
89+
* </ul>
8990
* <p>Consult the Javadoc for the aforementioned annotations for details on
9091
* the required semantics.
9192
* <p>When determining which {@link ContextLoader} to use for a given test
9293
* class, the following algorithm should be used:
9394
* <ol>
9495
* <li>If a {@code ContextLoader} class has been explicitly declared via
9596
* {@link ContextConfiguration#loader}, use it.</li>
96-
* <li>Otherwise, if the name of a {@linkplain BootstrapContext#getCustomDefaultContextLoaderClassName
97-
* custom default ContextLoader class} has been provided in the {@link BootstrapContext},
98-
* use it.</li>
9997
* <li>Otherwise, concrete implementations are free to determine which
10098
* {@code ContextLoader} class to use as as default.</li>
99+
* </ol>
101100
* @return the merged context configuration, never {@code null}
102101
*/
103102
MergedContextConfiguration buildMergedContextConfiguration();

0 commit comments

Comments
 (0)