Merge pull request #27409 from dreis2211

* gh-27409:
  Remove redundant deprecation suppressions

Closes gh-27409
This commit is contained in:
Andy Wilkinson 2021-07-20 14:54:14 +01:00
commit 6036cde7a3
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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()) {