Browse Source

Polishing

pull/31006/head
Sam Brannen 2 years ago
parent
commit
b80872b762
  1. 4
      spring-core/src/main/java/org/springframework/core/io/support/PropertySourceDescriptor.java

4
spring-core/src/main/java/org/springframework/core/io/support/PropertySourceDescriptor.java

@ -28,8 +28,8 @@ import org.springframework.lang.Nullable; @@ -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

Loading…
Cancel
Save