This commit is contained in:
Phillip Webb 2013-08-01 23:33:07 -07:00
parent 6ada4553ae
commit 448e3283bc
1 changed files with 1 additions and 3 deletions

View File

@ -74,9 +74,7 @@ public class YamlPropertySourceLoader extends PropertiesPropertySourceLoader {
* 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
* profiles.
*
* @param activeProfiles the active profiles to match independent of file contents
*
* @return a property source loader
*/
public static YamlPropertySourceLoader springProfileAwareLoader(
@ -102,4 +100,4 @@ public class YamlPropertySourceLoader extends PropertiesPropertySourceLoader {
});
}
}
}