提交 af0a529b 编写于 作者: C Costin Leau

SPR-6102

+ loosen FrameworkServlet#createWebApplicationContext signature
上级 bcc6413e
......@@ -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() +
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册