Skip to content

Commit 1ea3f49

Browse files
izeyesnicoll
authored andcommitted
Add missing since on setCurrentlyInvokedFactoryMethod()
See gh-29326
1 parent f4dfe94 commit 1ea3f49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-beans/src/main/java/org/springframework/beans/factory/support/SimpleInstantiationStrategy.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public static Method getCurrentlyInvokedFactoryMethod() {
5656
/**
5757
* Set the factory method currently being invoked or {@code null} to reset.
5858
* @param method the factory method currently being invoked or {@code null}
59+
* @since 6.0
5960
*/
6061
public static void setCurrentlyInvokedFactoryMethod(@Nullable Method method) {
6162
currentlyInvokedFactoryMethod.set(method);

0 commit comments

Comments
 (0)