Merge pull request #27409 from dreis2211
* gh-27409: Remove redundant deprecation suppressions Closes gh-27409
This commit is contained in:
commit
6036cde7a3
|
|
@ -29,7 +29,6 @@ import org.springframework.util.Assert;
|
||||||
* @author Eddú Meléndez
|
* @author Eddú Meléndez
|
||||||
* @author Sebastien Deleuze
|
* @author Sebastien Deleuze
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("deprecation")
|
|
||||||
final class CacheConfigurations {
|
final class CacheConfigurations {
|
||||||
|
|
||||||
private static final Map<CacheType, String> MAPPINGS;
|
private static final Map<CacheType, String> MAPPINGS;
|
||||||
|
|
|
||||||
|
|
@ -240,7 +240,6 @@ public class WebMvcProperties {
|
||||||
return this.pathmatch;
|
return this.pathmatch;
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("deprecation")
|
|
||||||
public void checkConfiguration() {
|
public void checkConfiguration() {
|
||||||
if (this.getPathmatch().getMatchingStrategy() == MatchingStrategy.PATH_PATTERN_PARSER) {
|
if (this.getPathmatch().getMatchingStrategy() == MatchingStrategy.PATH_PATTERN_PARSER) {
|
||||||
if (this.getPathmatch().isUseSuffixPattern()) {
|
if (this.getPathmatch().isUseSuffixPattern()) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue