Polish WebApplicationInitializer Javadoc

Issue: SPR-8897
This commit is contained in:
Chris Beams
2011-12-06 12:17:42 +00:00
parent aedccec67e
commit c2c224958d

View File

@@ -61,7 +61,7 @@ import javax.servlet.ServletException;
*
* @Override
* public void onStartup(ServletContext container) {
* XmlWebApplicationContext appContext = new XmlWebApplicationContext()
* XmlWebApplicationContext appContext = new XmlWebApplicationContext();
* appContext.setConfigLocation("/WEB-INF/spring/dispatcher-config.xml");
*
* ServletRegistration.Dynamic dispatcher =