diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ResourceProperties.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ResourceProperties.java index 9e2022b594..d0278cd117 100644 --- a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ResourceProperties.java +++ b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ResourceProperties.java @@ -116,7 +116,7 @@ public class ResourceProperties implements ResourceLoaderAware { return result; } - public List getFaviconLocations() { + List getFaviconLocations() { List locations = new ArrayList( CLASSPATH_RESOURCE_LOCATIONS.length + 1); if (this.resourceLoader != null) {