Commit e6151a64 authored by Andy Wilkinson's avatar Andy Wilkinson

Polish

parent 08dbb2d8
...@@ -184,7 +184,7 @@ class SpringIterableConfigurationPropertySourceTests { ...@@ -184,7 +184,7 @@ class SpringIterableConfigurationPropertySourceTests {
} }
@Test @Test
public void originTrackedMapPropertySourceKeyAdditionInvalidatesCache() { void originTrackedMapPropertySourceKeyAdditionInvalidatesCache() {
// gh-13344 // gh-13344
Map<String, Object> map = new LinkedHashMap<>(); Map<String, Object> map = new LinkedHashMap<>();
map.put("key1", "value1"); map.put("key1", "value1");
...@@ -198,7 +198,7 @@ class SpringIterableConfigurationPropertySourceTests { ...@@ -198,7 +198,7 @@ class SpringIterableConfigurationPropertySourceTests {
} }
@Test @Test
public void readOnlyOriginTrackedMapPropertySourceKeyAdditionDoesNotInvalidateCache() { void readOnlyOriginTrackedMapPropertySourceKeyAdditionDoesNotInvalidateCache() {
// gh-16717 // gh-16717
Map<String, Object> map = new LinkedHashMap<>(); Map<String, Object> map = new LinkedHashMap<>();
map.put("key1", "value1"); map.put("key1", "value1");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment