Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
bclozel committed Nov 10, 2020
1 parent 78fb3cc commit 24f29a6
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -195,6 +195,12 @@ public Cachecontrol getCachecontrol() {
return this.cachecontrol;
}

@Override
@DeprecatedConfigurationProperty(replacement = "spring.web.resources.cache.use-last-modified")
public boolean isUseLastModified() {
return super.isUseLastModified();
}

/**
* Cache Control HTTP header configuration.
*/
Expand Down

0 comments on commit 24f29a6

Please sign in to comment.