mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Remove redundant deprecation suppressions
See gh-27409
This commit is contained in:
committed by
Andy Wilkinson
parent
5783caabd7
commit
f0df9671cd
-1
@@ -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;
|
||||
|
||||
-1
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user