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

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2016 the original author or authors.
* Copyright 2002-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -937,13 +937,9 @@ public abstract class AbstractApplicationContext extends DefaultResourceLoader
/**
* DisposableBean callback for destruction of this instance.
* Only called when the ApplicationContext itself is running
* as a bean in another BeanFactory or ApplicationContext,
* which is rather unusual.
* <p>The {@code close} method is the native way to
* shut down an ApplicationContext.
* <p>The {@link #close()} method is the native way to shut down
* an ApplicationContext, which this method simply delegates to.
* @see #close()
* @see org.springframework.beans.factory.access.SingletonBeanFactoryLocator
*/
@Override
public void destroy() {