Browse Source

Polishing

pull/34656/head
Sam Brannen 10 months ago
parent
commit
7789e12575
  1. 5
      spring-test/src/main/java/org/springframework/test/context/web/AbstractGenericWebContextLoader.java

5
spring-test/src/main/java/org/springframework/test/context/web/AbstractGenericWebContextLoader.java

@ -41,9 +41,9 @@ import org.springframework.web.context.support.GenericWebApplicationContext; @@ -41,9 +41,9 @@ import org.springframework.web.context.support.GenericWebApplicationContext;
* Abstract, generic extension of {@link AbstractContextLoader} that loads a
* {@link GenericWebApplicationContext}.
*
* <p>If instances of concrete subclasses are invoked via the
* <p>Instances of concrete subclasses are invoked via the
* {@link org.springframework.test.context.SmartContextLoader SmartContextLoader}
* SPI, the context will be loaded from the {@link MergedContextConfiguration}
* SPI, and the context will be loaded from the {@link MergedContextConfiguration}
* provided to {@link #loadContext(MergedContextConfiguration)}. In such cases, a
* {@code SmartContextLoader} will decide whether to load the context from
* <em>locations</em> or <em>annotated classes</em>. Note that {@code
@ -58,7 +58,6 @@ import org.springframework.web.context.support.GenericWebApplicationContext; @@ -58,7 +58,6 @@ import org.springframework.web.context.support.GenericWebApplicationContext;
* @author Phillip Webb
* @since 3.2
* @see #loadContext(MergedContextConfiguration)
* @see #loadContext(String...)
*/
public abstract class AbstractGenericWebContextLoader extends AbstractContextLoader implements AotContextLoader {

Loading…
Cancel
Save