Commit f94c6d74 authored by Madhura Bhave's avatar Madhura Bhave

Merge branch '2.2.x'

parents 743cf3b2 8e285a43
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment