Skip to content

Commit 955cc20

Browse files
committed
Merge branch '6.2.x'
2 parents 5ffd88c + 7789e12 commit 955cc20

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: spring-test/src/main/java/org/springframework/test/context/web/AbstractGenericWebContextLoader.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
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
@@ -58,7 +58,6 @@
5858
* @author Phillip Webb
5959
* @since 3.2
6060
* @see #loadContext(MergedContextConfiguration)
61-
* @see #loadContext(String...)
6261
*/
6362
public abstract class AbstractGenericWebContextLoader extends AbstractContextLoader implements AotContextLoader {
6463

0 commit comments

Comments
 (0)