diff --git a/spring-boot/src/main/java/org/springframework/boot/config/YamlPropertySourceLoader.java b/spring-boot/src/main/java/org/springframework/boot/config/YamlPropertySourceLoader.java index 5a015cb950..b18d86ac1a 100644 --- a/spring-boot/src/main/java/org/springframework/boot/config/YamlPropertySourceLoader.java +++ b/spring-boot/src/main/java/org/springframework/boot/config/YamlPropertySourceLoader.java @@ -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 { }); } -} \ No newline at end of file +}