Skip to content

Commit 22c82ff

Browse files
koenpuntsnicoll
authored andcommitted
Fix method reference in Kotlin documentation
See gh-28340
1 parent f549524 commit 22c82ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-beans/src/main/kotlin/org/springframework/beans/factory/ListableBeanFactoryExtensions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ inline fun <reified T : Any> ListableBeanFactory.getBeansOfType(includeNonSingle
3939

4040
/**
4141
* Extension for [ListableBeanFactory.getBeanNamesForAnnotation] providing a
42-
* `getBeansOfType<Foo>()` variant.
42+
* `getBeanNamesForAnnotation<Foo>()` variant.
4343
*
4444
* @author Sebastien Deleuze
4545
* @since 5.0

0 commit comments

Comments
 (0)