Polishing

This commit is contained in:
Juergen Hoeller
2023-12-30 11:45:34 +01:00
parent b1b6b544a2
commit 198cf063fd
11 changed files with 36 additions and 38 deletions

View File

@@ -24,6 +24,8 @@ import org.springframework.lang.Nullable;
/**
* Descriptor for a {@link org.springframework.core.env.PropertySource PropertySource}.
*
* @author Stephane Nicoll
* @since 6.0
* @param locations the locations to consider
* @param ignoreResourceNotFound whether a failure to find a property resource
* should be ignored
@@ -31,8 +33,6 @@ import org.springframework.lang.Nullable;
* @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
* @see org.springframework.core.env.PropertySource
* @see org.springframework.context.annotation.PropertySource
*/