Skip to content

Commit f0df967

Browse files
dreis2211wilkinsona
authored andcommitted
Remove redundant deprecation suppressions
See gh-27409
1 parent 5783caa commit f0df967

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cache/CacheConfigurations.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
* @author Eddú Meléndez
3030
* @author Sebastien Deleuze
3131
*/
32-
@SuppressWarnings("deprecation")
3332
final class CacheConfigurations {
3433

3534
private static final Map<CacheType, String> MAPPINGS;

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/WebMvcProperties.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ public Pathmatch getPathmatch() {
240240
return this.pathmatch;
241241
}
242242

243-
@SuppressWarnings("deprecation")
244243
public void checkConfiguration() {
245244
if (this.getPathmatch().getMatchingStrategy() == MatchingStrategy.PATH_PATTERN_PARSER) {
246245
if (this.getPathmatch().isUseSuffixPattern()) {

0 commit comments

Comments
 (0)