Polish "Adapt Javadoc note about log level of BeanPostProcessorChecker"

See gh-33617
This commit is contained in:
Stéphane Nicoll 2024-10-09 14:42:36 +02:00
parent 6da32b4631
commit 3c80d4c978
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ final class PostProcessorRegistrationDelegate {
/**
* BeanPostProcessor that logs an info message when a bean is created during
* BeanPostProcessor 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.
*/