+ loosen FrameworkServlet#createWebApplicationContext signature

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2300 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Costin Leau
2009-11-09 18:27:10 +00:00
parent 4d49e1e70d
commit 83ce14dfaf
@@ -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() +