Skip to content

Commit c261d40

Browse files
committed
Merge pull request #28340 from koenpunt
* pr/28340: Update copyright year of changed file Fix method reference in Kotlin documentation Closes gh-28340
2 parents f549524 + 3017955 commit c261d40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2017 the original author or authors.
2+
* Copyright 2002-2022 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.
@@ -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)