Fix typo in Javadoc for TestContextBootstrapper

This commit is contained in:
Sam Brannen
2015-08-19 20:52:36 +02:00
parent d4c74ad346
commit 0cd21aa55f

View File

@@ -99,7 +99,7 @@ public interface TestContextBootstrapper {
* <li>If a {@code ContextLoader} class has been explicitly declared via
* {@link ContextConfiguration#loader}, use it.</li>
* <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>
* @return the merged context configuration, never {@code null}
* @see #buildTestContext()