Skip to content

Commit

Permalink
Fix Javadoc since tag for AbstractGenericWebContextLoader.createConte…
Browse files Browse the repository at this point in the history
…xt()

See gh-28983
Closes gh-29154
  • Loading branch information
izeye authored and sbrannen committed Sep 14, 2022
1 parent 529481c commit 5f5d383
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -154,7 +154,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();
Expand Down

0 comments on commit 5f5d383

Please sign in to comment.