Fix the javadoc in SpringApplicationJsonEnvironmentPostProcessor

This commit is contained in:
Andy Wilkinson 2015-10-30 10:29:52 +00:00
parent 0c1efa473e
commit 1e4257daed
1 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,8 @@ public class SpringApplicationJsonEnvironmentPostProcessor
/**
* 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) {
Map<String, Object> result = new LinkedHashMap<String, Object>();