Fix checkstyle violation

This commit is contained in:
Stephane Nicoll
2017-05-16 10:00:29 +03:00
parent 1d06849607
commit 6b83217830

View File

@@ -106,8 +106,6 @@ public class SpringApplicationJsonEnvironmentPostProcessor
/**
* Flatten the map keys using period separator.
* @param map The map that should be flattened
* @param source The property source for spring.application.json or
* SPRING_APPLICATION_JSON
* @return the flattened map
*/
private Map<String, Object> flatten(Map<String, Object> map) {