Skip to content

Commit af2481f

Browse files
committed
Merge branch '5.3.x'
2 parents a2445dc + 5f5d383 commit af2481f

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
@@ -237,7 +237,7 @@ protected void validateMergedContextConfiguration(WebMergedContextConfiguration
237237
* {@code GenericWebApplicationContext} with a custom
238238
* {@link DefaultListableBeanFactory} implementation.
239239
* @return a newly instantiated {@code GenericWebApplicationContext}
240-
* @since 5.2.23
240+
* @since 5.3.23
241241
*/
242242
protected GenericWebApplicationContext createContext() {
243243
return new GenericWebApplicationContext();

0 commit comments

Comments
 (0)