File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
spring-test/src/main/java/org/springframework/test/context/web Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 4141 * Abstract, generic extension of {@link AbstractContextLoader} that loads a
4242 * {@link GenericWebApplicationContext}.
4343 *
44- * <p>If instances of concrete subclasses are invoked via the
44+ * <p>Instances of concrete subclasses are invoked via the
4545 * {@link org.springframework.test.context.SmartContextLoader SmartContextLoader}
46- * SPI, the context will be loaded from the {@link MergedContextConfiguration}
46+ * SPI, and the context will be loaded from the {@link MergedContextConfiguration}
4747 * provided to {@link #loadContext(MergedContextConfiguration)}. In such cases, a
4848 * {@code SmartContextLoader} will decide whether to load the context from
4949 * <em>locations</em> or <em>annotated classes</em>. Note that {@code
5858 * @author Phillip Webb
5959 * @since 3.2
6060 * @see #loadContext(MergedContextConfiguration)
61- * @see #loadContext(String...)
6261 */
6362public abstract class AbstractGenericWebContextLoader extends AbstractContextLoader implements AotContextLoader {
6463
You can’t perform that action at this time.
0 commit comments