Fix checkstyle

pull/19690/head
Madhura Bhave 5 years ago
parent ac46f5971f
commit 8e285a4387

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

Loading…
Cancel
Save