Skip to content

Commit fd5a7c2

Browse files
rupertwsbrannen
authored andcommitted
Fix Javadoc for AbstractApplicationContext.registerBeanPostProcessors()
Closes gh-22513
1 parent 9302cb2 commit fd5a7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-context/src/main/java/org/springframework/context/support/AbstractApplicationContext.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ protected void invokeBeanFactoryPostProcessors(ConfigurableListableBeanFactory b
713713
}
714714

715715
/**
716-
* Instantiate and invoke all registered BeanPostProcessor beans,
716+
* Instantiate and register all BeanPostProcessor beans,
717717
* respecting explicit order if given.
718718
* <p>Must be called before any instantiation of application beans.
719719
*/

0 commit comments

Comments
 (0)