File tree 1 file changed +2
-3
lines changed
spring-test/src/main/java/org/springframework/test/context/web
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 41
41
* Abstract, generic extension of {@link AbstractContextLoader} that loads a
42
42
* {@link GenericWebApplicationContext}.
43
43
*
44
- * <p>If instances of concrete subclasses are invoked via the
44
+ * <p>Instances of concrete subclasses are invoked via the
45
45
* {@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}
47
47
* provided to {@link #loadContext(MergedContextConfiguration)}. In such cases, a
48
48
* {@code SmartContextLoader} will decide whether to load the context from
49
49
* <em>locations</em> or <em>annotated classes</em>. Note that {@code
58
58
* @author Phillip Webb
59
59
* @since 3.2
60
60
* @see #loadContext(MergedContextConfiguration)
61
- * @see #loadContext(String...)
62
61
*/
63
62
public abstract class AbstractGenericWebContextLoader extends AbstractContextLoader implements AotContextLoader {
64
63
You can’t perform that action at this time.
0 commit comments