mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Merge pull request #1037 from izeye/patch-6
* pr/1037: Use the defined constant in MergedContextConfiguration
This commit is contained in:
+1
-1
@@ -245,7 +245,7 @@ public class MergedContextConfiguration implements Serializable {
|
||||
MergedContextConfiguration parent) {
|
||||
this(testClass, locations, classes, contextInitializerClasses, activeProfiles,
|
||||
propertySourceLocations, propertySourceProperties,
|
||||
Collections.<ContextCustomizer> emptySet(), contextLoader,
|
||||
EMPTY_CONTEXT_CUSTOMIZERS, contextLoader,
|
||||
cacheAwareContextLoaderDelegate, parent);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user