From 7d975ecd2e1efe037fe67102aa1147b9a50beaf3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 18 Jan 2016 10:53:04 +0100 Subject: [PATCH] Polish --- .../boot/autoconfigure/web/ResourceProperties.java | 2 ++ 1 file changed, 2 insertions(+) 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