Remove outdated BeanFactoryLocator documentation references
Issue: SPR-15154
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user