Merge branch '2.2.x'

This commit is contained in:
Madhura Bhave
2020-01-03 11:42:42 -08:00

View File

@@ -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");