From b80872b762e1270ddf63caace91c20c71e25a5af Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 4 Aug 2023 13:49:21 +0300 Subject: [PATCH] Polishing --- .../core/io/support/PropertySourceDescriptor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-core/src/main/java/org/springframework/core/io/support/PropertySourceDescriptor.java b/spring-core/src/main/java/org/springframework/core/io/support/PropertySourceDescriptor.java index 89140dcc0d4..254a1d49d68 100644 --- a/spring-core/src/main/java/org/springframework/core/io/support/PropertySourceDescriptor.java +++ b/spring-core/src/main/java/org/springframework/core/io/support/PropertySourceDescriptor.java @@ -28,8 +28,8 @@ import org.springframework.lang.Nullable; * @param ignoreResourceNotFound whether a failure to find a property resource * should be ignored * @param name the name of the property source, or {@code null} to infer one - * @param propertySourceFactory the {@link PropertySourceFactory} to use, or - * {@code null} to use the default + * @param propertySourceFactory the type of {@link PropertySourceFactory} to use, + * or {@code null} to use the default * @param encoding the encoding, or {@code null} to use the default encoding * @author Stephane Nicoll * @since 6.0