From d7f67b3dc3bd989940ced850f3375474e57560f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Wed, 28 Apr 2021 12:16:35 +0200 Subject: [PATCH] Fix a typo in PropertyResolverExtensions documentation --- .../org/springframework/core/env/PropertyResolverExtensions.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-core/src/main/kotlin/org/springframework/core/env/PropertyResolverExtensions.kt b/spring-core/src/main/kotlin/org/springframework/core/env/PropertyResolverExtensions.kt index c954a27592..e42228c717 100644 --- a/spring-core/src/main/kotlin/org/springframework/core/env/PropertyResolverExtensions.kt +++ b/spring-core/src/main/kotlin/org/springframework/core/env/PropertyResolverExtensions.kt @@ -34,7 +34,7 @@ operator fun PropertyResolver.get(key: String) : String? = getProperty(key) /** * Extension for [PropertyResolver.getProperty] providing a `getProperty(...)` - * variant returning a nullable [String]. + * variant returning a nullable `Foo`. * * @author Sebastien Deleuze * @since 5.1