Fix typo in Javadoc for TestContextBootstrapper
This commit is contained in:
parent
d4c74ad346
commit
0cd21aa55f
|
|
@ -99,7 +99,7 @@ public interface TestContextBootstrapper {
|
||||||
* <li>If a {@code ContextLoader} class has been explicitly declared via
|
* <li>If a {@code ContextLoader} class has been explicitly declared via
|
||||||
* {@link ContextConfiguration#loader}, use it.</li>
|
* {@link ContextConfiguration#loader}, use it.</li>
|
||||||
* <li>Otherwise, concrete implementations are free to determine which
|
* <li>Otherwise, concrete implementations are free to determine which
|
||||||
* {@code ContextLoader} class to use as as default.</li>
|
* {@code ContextLoader} class to use as a default.</li>
|
||||||
* </ol>
|
* </ol>
|
||||||
* @return the merged context configuration, never {@code null}
|
* @return the merged context configuration, never {@code null}
|
||||||
* @see #buildTestContext()
|
* @see #buildTestContext()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue