Skip to content

Commit 045c678

Browse files
committed
Clean up warnings in spring-test
1 parent 00d2606 commit 045c678

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-test/src/test/java/org/springframework/test/context/web/AnnotationConfigWebContextLoaderTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public class AnnotationConfigWebContextLoaderTests {
3838

3939

4040
@Test
41-
@SuppressWarnings("deprecation")
4241
public void configMustNotContainLocations() throws Exception {
4342
expectedException.expect(IllegalStateException.class);
4443
expectedException.expectMessage(containsString("does not support resource locations"));

0 commit comments

Comments
 (0)