Commit 448e3283 authored by Phillip Webb's avatar Phillip Webb

Polish

parent 6ada4553
...@@ -74,9 +74,7 @@ public class YamlPropertySourceLoader extends PropertiesPropertySourceLoader { ...@@ -74,9 +74,7 @@ public class YamlPropertySourceLoader extends PropertiesPropertySourceLoader {
* A property source loader that matches documents that have no explicit profile or * A property source loader that matches documents that have no explicit profile or
* which have an explicit "spring.profiles.active" value in the current active * which have an explicit "spring.profiles.active" value in the current active
* profiles. * profiles.
*
* @param activeProfiles the active profiles to match independent of file contents * @param activeProfiles the active profiles to match independent of file contents
*
* @return a property source loader * @return a property source loader
*/ */
public static YamlPropertySourceLoader springProfileAwareLoader( public static YamlPropertySourceLoader springProfileAwareLoader(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment