Skip to content

Commit 6da32b4

Browse files
asibrosssnicoll
authored andcommitted
Adapt Javadoc note about log level of BeanPostProcessorChecker
See gh-33617
1 parent 91cadf7 commit 6da32b4

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/PostProcessorRegistrationDelegate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public static void registerBeanPostProcessors(
226226

227227
String[] postProcessorNames = beanFactory.getBeanNamesForType(BeanPostProcessor.class, true, false);
228228

229-
// Register BeanPostProcessorChecker that logs an info message when
229+
// Register BeanPostProcessorChecker that logs a warn message when
230230
// a bean is created during BeanPostProcessor instantiation, i.e. when
231231
// a bean is not eligible for getting processed by all BeanPostProcessors.
232232
int beanProcessorTargetCount = beanFactory.getBeanPostProcessorCount() + 1 + postProcessorNames.length;

0 commit comments

Comments
 (0)