From 045c6786221092de000eabeef26a79d4b833f551 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 5 Jul 2016 17:01:11 +0200 Subject: [PATCH] Clean up warnings in spring-test --- .../test/context/web/AnnotationConfigWebContextLoaderTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-test/src/test/java/org/springframework/test/context/web/AnnotationConfigWebContextLoaderTests.java b/spring-test/src/test/java/org/springframework/test/context/web/AnnotationConfigWebContextLoaderTests.java index 0183cb36e71..67aad023d28 100644 --- a/spring-test/src/test/java/org/springframework/test/context/web/AnnotationConfigWebContextLoaderTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/web/AnnotationConfigWebContextLoaderTests.java @@ -38,7 +38,6 @@ public class AnnotationConfigWebContextLoaderTests { @Test - @SuppressWarnings("deprecation") public void configMustNotContainLocations() throws Exception { expectedException.expect(IllegalStateException.class); expectedException.expectMessage(containsString("does not support resource locations"));