Merge branch '2.2.x'

pull/19536/head
Madhura Bhave 5 years ago
commit f94c6d7458

@ -594,7 +594,7 @@ class MapBinderTests {
}
@Test
public void bindToMapWithWildcardShouldConvertToTheRightType() {
void bindToMapWithWildcardShouldConvertToTheRightType() {
// gh-18767
MockConfigurationPropertySource source = new MockConfigurationPropertySource();
source.put("foo.addresses.localhost[0]", "127.0.0.1");

Loading…
Cancel
Save