Fix checkstyle

This commit is contained in:
Madhura Bhave 2020-01-03 11:42:14 -08:00
parent ac46f5971f
commit 8e285a4387

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