mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
Fix the javadoc in SpringApplicationJsonEnvironmentPostProcessor
This commit is contained in:
+2
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user