mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Consistently declare ignoreUnresolvablePlaceholders as last argument
This commit is contained in:
+1
-1
@@ -586,7 +586,7 @@ public class StandaloneMockMvcBuilder extends AbstractMockMvcBuilder<StandaloneM
|
||||
private final PlaceholderResolver resolver;
|
||||
|
||||
public StaticStringValueResolver(Map<String, String> values) {
|
||||
this.helper = new PropertyPlaceholderHelper("${", "}", ":", false, null);
|
||||
this.helper = new PropertyPlaceholderHelper("${", "}", ":", null, false);
|
||||
this.resolver = values::get;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user