Remove redundant suppression

See gh-26448
This commit is contained in:
weixsun
2021-05-13 17:17:10 +08:00
committed by Stephane Nicoll
parent b3e6eaec7e
commit d115361980
10 changed files with 0 additions and 10 deletions

View File

@@ -420,7 +420,6 @@ abstract class AbstractJpaAutoConfigurationTests {
}
@SuppressWarnings("serial")
static class CustomJpaTransactionManager extends JpaTransactionManager {
}

View File

@@ -61,7 +61,6 @@ class ResourcePropertiesBindingTests {
};
}
@SuppressWarnings("deprecation")
@Configuration(proxyBeanMethods = false)
@EnableConfigurationProperties(ResourceProperties.class)
static class TestConfiguration {

View File

@@ -847,7 +847,6 @@ class WebMvcAutoConfigurationTests {
@Test
@Deprecated
@SuppressWarnings("deprecation")
void useSuffixPatternMatch() {
this.contextRunner.withPropertyValues("spring.mvc.pathmatch.use-suffix-pattern:true",
"spring.mvc.pathmatch.use-registered-suffix-pattern:true").run((context) -> {