Fix Javadoc for AbstractApplicationContext.registerBeanPostProcessors()

Closes gh-22513
This commit is contained in:
www
2019-03-06 19:12:17 +08:00
committed by Sam Brannen
parent 9302cb2f85
commit fd5a7c2dcc

View File

@@ -713,7 +713,7 @@ public abstract class AbstractApplicationContext extends DefaultResourceLoader
}
/**
* Instantiate and invoke all registered BeanPostProcessor beans,
* Instantiate and register all BeanPostProcessor beans,
* respecting explicit order if given.
* <p>Must be called before any instantiation of application beans.
*/