Browse Source

Polish

pull/4954/merge
Stephane Nicoll 10 years ago
parent
commit
7d975ecd2e
  1. 2
      spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ResourceProperties.java

2
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ResourceProperties.java

@ -175,6 +175,8 @@ public class ResourceProperties implements ResourceLoaderAware { @@ -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

Loading…
Cancel
Save