You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.springframework.web.WebApplicationInitializer's Javadoc have three examples.
The second example's "The code-based approach with WebApplicationInitializer" missed a semi-colon.
code
XmlWebApplicationContext appContext = new XmlWebApplicationContext() *(miss -> *
Affects: 3.1 RC1, 3.1 RC2
The text was updated successfully, but these errors were encountered:
Kwangyong Jin opened SPR-8897 and commented
org.springframework.web.WebApplicationInitializer's Javadoc have three examples.
The second example's "The code-based approach with WebApplicationInitializer" missed a semi-colon.
code
XmlWebApplicationContext appContext = new XmlWebApplicationContext() *(miss -> *
Affects: 3.1 RC1, 3.1 RC2
The text was updated successfully, but these errors were encountered: