Commit 1e4257da authored by Andy Wilkinson's avatar Andy Wilkinson

Fix the javadoc in SpringApplicationJsonEnvironmentPostProcessor

parent 0c1efa47
...@@ -96,6 +96,8 @@ public class SpringApplicationJsonEnvironmentPostProcessor ...@@ -96,6 +96,8 @@ public class SpringApplicationJsonEnvironmentPostProcessor
/** /**
* Flatten the map keys using period separator. * Flatten the map keys using period separator.
* @param map The map that should be flattened
* @return the flattened map
*/ */
private Map<String, Object> flatten(Map<String, Object> map) { private Map<String, Object> flatten(Map<String, Object> map) {
Map<String, Object> result = new LinkedHashMap<String, Object>(); Map<String, Object> result = new LinkedHashMap<String, Object>();
......
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