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

@@ -34,7 +34,6 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Phillip Webb
*/
@Deprecated
@SuppressWarnings("deprecation")
@ExtendWith(SpringExtension.class)
@DirtiesContext
@ContextConfiguration(classes = ConfigFileApplicationContextInitializerTests.Config.class,