Add @Deprecated to WebMergedContextConfiguration constructor

This commit is contained in:
Sam Brannen 2014-08-14 00:22:12 +02:00
parent f2ac02566c
commit 3e2138855a
1 changed files with 1 additions and 0 deletions

View File

@ -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,