+ loosen FrameworkServlet#createWebApplicationContext signature
This commit is contained in:
Costin Leau
2009-11-09 18:27:10 +00:00
parent bcc6413ef7
commit af0a529bb5

View File

@@ -397,7 +397,7 @@ public abstract class FrameworkServlet extends HttpServletBean
* @return the WebApplicationContext for this servlet
* @see org.springframework.web.context.support.XmlWebApplicationContext
*/
protected WebApplicationContext createWebApplicationContext(WebApplicationContext parent) {
protected WebApplicationContext createWebApplicationContext(ApplicationContext parent) {
Class<?> contextClass = getContextClass();
if (this.logger.isDebugEnabled()) {
this.logger.debug("Servlet with name '" + getServletName() +