Browse Source

Fix typo in Javadoc for TestContextBootstrapper

pull/864/head
Sam Brannen 9 years ago
parent
commit
0cd21aa55f
  1. 2
      spring-test/src/main/java/org/springframework/test/context/TestContextBootstrapper.java

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

@ -99,7 +99,7 @@ public interface TestContextBootstrapper { @@ -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()

Loading…
Cancel
Save