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)}
|
* {@link #WebMergedContextConfiguration(Class, String[], Class[], Set, String[], String[], String[], String, ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration)}
|
||||||
* instead.
|
* instead.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public WebMergedContextConfiguration(
|
public WebMergedContextConfiguration(
|
||||||
Class<?> testClass,
|
Class<?> testClass,
|
||||||
String[] locations,
|
String[] locations,
|
||||||
|
|
Loading…
Reference in New Issue