From 8e285a4387a8a83732438c0a81e71f878553bb51 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Fri, 3 Jan 2020 11:42:14 -0800 Subject: [PATCH] Fix checkstyle --- .../boot/context/properties/bind/MapBinderTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/bind/MapBinderTests.java b/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/bind/MapBinderTests.java index f06a03bd60..4caa74892f 100644 --- a/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/bind/MapBinderTests.java +++ b/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/bind/MapBinderTests.java @@ -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");