SPR-6102
+ loosen FrameworkServlet#createWebApplicationContext signature
This commit is contained in:
parent
bcc6413ef7
commit
af0a529bb5
|
|
@ -397,7 +397,7 @@ public abstract class FrameworkServlet extends HttpServletBean
|
||||||
* @return the WebApplicationContext for this servlet
|
* @return the WebApplicationContext for this servlet
|
||||||
* @see org.springframework.web.context.support.XmlWebApplicationContext
|
* @see org.springframework.web.context.support.XmlWebApplicationContext
|
||||||
*/
|
*/
|
||||||
protected WebApplicationContext createWebApplicationContext(WebApplicationContext parent) {
|
protected WebApplicationContext createWebApplicationContext(ApplicationContext parent) {
|
||||||
Class<?> contextClass = getContextClass();
|
Class<?> contextClass = getContextClass();
|
||||||
if (this.logger.isDebugEnabled()) {
|
if (this.logger.isDebugEnabled()) {
|
||||||
this.logger.debug("Servlet with name '" + getServletName() +
|
this.logger.debug("Servlet with name '" + getServletName() +
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue