Polishing
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user