Commit 7d975ecd authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

parent af5d765a
...@@ -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 * Return whether the resource chain is enabled. Return {@code null} if no
* specific settings are present. * specific settings are present.
* @return whether the resource chain is enabled or {@code null} if no
* specified settings are present.
*/ */
public Boolean getEnabled() { public Boolean getEnabled() {
// Check if at least one of the available strategy has been enabled // Check if at least one of the available strategy has been enabled
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment