From 448e3283bc6dc0a4204c7b7d8e2e2ef95a088889 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 1 Aug 2013 23:33:07 -0700 Subject: [PATCH] Polish --- .../springframework/boot/config/YamlPropertySourceLoader.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 +}