Skip to content

Commit 5f5d383

Browse files
izeyesbrannen
authored andcommitted
Fix Javadoc since tag for AbstractGenericWebContextLoader.createContext()
See gh-28983 Closes gh-29154
1 parent 529481c commit 5f5d383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ protected void validateMergedContextConfiguration(WebMergedContextConfiguration
154154
* {@code GenericWebApplicationContext} with a custom
155155
* {@link DefaultListableBeanFactory} implementation.
156156
* @return a newly instantiated {@code GenericWebApplicationContext}
157-
* @since 5.2.23
157+
* @since 5.3.23
158158
*/
159159
protected GenericWebApplicationContext createContext() {
160160
return new GenericWebApplicationContext();

0 commit comments

Comments
 (0)