diff --git a/org.springframework.web/src/main/java/org/springframework/web/WebApplicationInitializer.java b/org.springframework.web/src/main/java/org/springframework/web/WebApplicationInitializer.java index b3e5c0fdcd..6cea24fc86 100644 --- a/org.springframework.web/src/main/java/org/springframework/web/WebApplicationInitializer.java +++ b/org.springframework.web/src/main/java/org/springframework/web/WebApplicationInitializer.java @@ -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 =