Remove outdated BeanFactoryLocator documentation references

Issue: SPR-15154
This commit is contained in:
Juergen Hoeller
2017-01-17 16:03:17 +01:00
parent 874b653314
commit 052014783a
3 changed files with 4 additions and 45 deletions

View File

@@ -507,10 +507,7 @@ public class ContextLoader {
}
/**
* Close Spring's web application context for the given servlet context. If
* the default {@link #loadParentContext(ServletContext)} implementation,
* which uses ContextSingletonBeanFactoryLocator, has loaded any shared
* parent context, release one reference to that shared parent context.
* Close Spring's web application context for the given servlet context.
* <p>If overriding {@link #loadParentContext(ServletContext)}, you may have
* to override this method as well.
* @param servletContext the ServletContext that the WebApplicationContext runs in