Add @Deprecated to WebMergedContextConfiguration constructor
This commit is contained in:
parent
f2ac02566c
commit
3e2138855a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue