Merge pull request #27409 from dreis2211

* gh-27409:
  Remove redundant deprecation suppressions

Closes gh-27409
pull/28375/head
Andy Wilkinson 3 years ago
commit 6036cde7a3

@ -29,7 +29,6 @@ import org.springframework.util.Assert;
* @author Eddú Meléndez
* @author Sebastien Deleuze
*/
@SuppressWarnings("deprecation")
final class CacheConfigurations {
private static final Map<CacheType, String> MAPPINGS;

@ -240,7 +240,6 @@ public class WebMvcProperties {
return this.pathmatch;
}
@SuppressWarnings("deprecation")
public void checkConfiguration() {
if (this.getPathmatch().getMatchingStrategy() == MatchingStrategy.PATH_PATTERN_PARSER) {
if (this.getPathmatch().isUseSuffixPattern()) {

Loading…
Cancel
Save