Skip to content

Commit 3e21388

Browse files
committed
Add @deprecated to WebMergedContextConfiguration constructor
1 parent f2ac025 commit 3e21388

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-test/src/main/java/org/springframework/test/context/web/WebMergedContextConfiguration.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ public WebMergedContextConfiguration(
109109
* {@link #WebMergedContextConfiguration(Class, String[], Class[], Set, String[], String[], String[], String, ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration)}
110110
* instead.
111111
*/
112+
@Deprecated
112113
public WebMergedContextConfiguration(
113114
Class<?> testClass,
114115
String[] locations,

0 commit comments

Comments
 (0)