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 d962d2a1d9d..b0b7b5cb2a3 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 @@ -175,6 +175,8 @@ public class ResourceProperties implements ResourceLoaderAware { /** * Return whether the resource chain is enabled. Return {@code null} if no * specific settings are present. + * @return whether the resource chain is enabled or {@code null} if no + * specified settings are present. */ public Boolean getEnabled() { // Check if at least one of the available strategy has been enabled