From 3e2138855aa7c39b4eb7ebe66da18a75b9367f5f Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Thu, 14 Aug 2014 00:22:12 +0200 Subject: [PATCH] Add @Deprecated to WebMergedContextConfiguration constructor --- .../test/context/web/WebMergedContextConfiguration.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-test/src/main/java/org/springframework/test/context/web/WebMergedContextConfiguration.java b/spring-test/src/main/java/org/springframework/test/context/web/WebMergedContextConfiguration.java index 2a2aa5765e..4164c579e5 100644 --- a/spring-test/src/main/java/org/springframework/test/context/web/WebMergedContextConfiguration.java +++ b/spring-test/src/main/java/org/springframework/test/context/web/WebMergedContextConfiguration.java @@ -109,6 +109,7 @@ public class WebMergedContextConfiguration extends MergedContextConfiguration { * {@link #WebMergedContextConfiguration(Class, String[], Class[], Set, String[], String[], String[], String, ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration)} * instead. */ + @Deprecated public WebMergedContextConfiguration( Class testClass, String[] locations,