Skip to content

Commit f991c19

Browse files
committed
Merge pull request #33617 from asibross
* pr/33617: Polish "Adapt Javadoc note about log level of BeanPostProcessorChecker" Adapt Javadoc note about log level of BeanPostProcessorChecker Closes gh-33617
2 parents 91cadf7 + 3c80d4c commit f991c19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: spring-context/src/main/java/org/springframework/context/support/PostProcessorRegistrationDelegate.java

+2-2
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;
@@ -384,7 +384,7 @@ private static void registerBeanPostProcessors(
384384

385385

386386
/**
387-
* BeanPostProcessor that logs an info message when a bean is created during
387+
* BeanPostProcessor that logs a warn message when a bean is created during
388388
* BeanPostProcessor instantiation, i.e. when a bean is not eligible for
389389
* getting processed by all BeanPostProcessors.
390390
*/

0 commit comments

Comments
 (0)