Adapt Javadoc note about log level of BeanPostProcessorChecker

See gh-33617
This commit is contained in:
Asi Bross 2024-09-30 11:01:03 -07:00 committed by Stéphane Nicoll
parent 91cadf7f24
commit 6da32b4631
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ final class PostProcessorRegistrationDelegate {
String[] postProcessorNames = beanFactory.getBeanNamesForType(BeanPostProcessor.class, true, false);
// Register BeanPostProcessorChecker that logs an info message when
// Register BeanPostProcessorChecker that logs a warn message when
// a bean is created during BeanPostProcessor instantiation, i.e. when
// a bean is not eligible for getting processed by all BeanPostProcessors.
int beanProcessorTargetCount = beanFactory.getBeanPostProcessorCount() + 1 + postProcessorNames.length;