From 12e5d61e8cce4563ad75814162622409f990991b Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Wed, 14 Sep 2022 22:24:15 +0900 Subject: [PATCH] Fix Javadoc since tag for AbstractGenericWebContextLoader.createContext() See gh-28983 --- .../test/context/web/AbstractGenericWebContextLoader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-test/src/main/java/org/springframework/test/context/web/AbstractGenericWebContextLoader.java b/spring-test/src/main/java/org/springframework/test/context/web/AbstractGenericWebContextLoader.java index f87e5423b335..7153e19e20ef 100644 --- a/spring-test/src/main/java/org/springframework/test/context/web/AbstractGenericWebContextLoader.java +++ b/spring-test/src/main/java/org/springframework/test/context/web/AbstractGenericWebContextLoader.java @@ -237,7 +237,7 @@ protected void validateMergedContextConfiguration(WebMergedContextConfiguration * {@code GenericWebApplicationContext} with a custom * {@link DefaultListableBeanFactory} implementation. * @return a newly instantiated {@code GenericWebApplicationContext} - * @since 5.2.23 + * @since 5.3.23 */ protected GenericWebApplicationContext createContext() { return new GenericWebApplicationContext();