Skip to content

Commit e6151a6

Browse files
committed
Polish
1 parent 08dbb2d commit e6151a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySourceTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ void concurrentModificationExceptionInvalidatesCache() {
184184
}
185185

186186
@Test
187-
public void originTrackedMapPropertySourceKeyAdditionInvalidatesCache() {
187+
void originTrackedMapPropertySourceKeyAdditionInvalidatesCache() {
188188
// gh-13344
189189
Map<String, Object> map = new LinkedHashMap<>();
190190
map.put("key1", "value1");
@@ -198,7 +198,7 @@ public void originTrackedMapPropertySourceKeyAdditionInvalidatesCache() {
198198
}
199199

200200
@Test
201-
public void readOnlyOriginTrackedMapPropertySourceKeyAdditionDoesNotInvalidateCache() {
201+
void readOnlyOriginTrackedMapPropertySourceKeyAdditionDoesNotInvalidateCache() {
202202
// gh-16717
203203
Map<String, Object> map = new LinkedHashMap<>();
204204
map.put("key1", "value1");

0 commit comments

Comments
 (0)