Merge branch '2.2.x'
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user