Skip to content

Commit 1891f8a

Browse files
committed
Merge branch '5.2.x'
2 parents 7758ba3 + 93e5214 commit 1891f8a

File tree

1 file changed

+2
-2
lines changed
  • spring-context/src/main/java/org/springframework/context/annotation

1 file changed

+2
-2
lines changed

spring-context/src/main/java/org/springframework/context/annotation/Bean.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2018 the original author or authors.
2+
* Copyright 2002-2020 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -194,7 +194,7 @@
194194
* declaring {@code @Configuration} class, thus avoiding the above-mentioned lifecycle conflicts.
195195
* Note however that {@code static} {@code @Bean} methods will not be enhanced for scoping and AOP
196196
* semantics as mentioned above. This works out in {@code BFPP} cases, as they are not typically
197-
* referenced by other {@code @Bean} methods. As a reminder, a WARN-level log message will be
197+
* referenced by other {@code @Bean} methods. As a reminder, an INFO-level log message will be
198198
* issued for any non-static {@code @Bean} methods having a return type assignable to
199199
* {@code BeanFactoryPostProcessor}.
200200
*

0 commit comments

Comments
 (0)