parent
5783caabd7
commit
f0df9671cd
|
|
@ -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…
Reference in New Issue