From 6b832178300045cf8ba2010e9e0527b7bc945b45 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 16 May 2017 10:00:29 +0300 Subject: [PATCH] Fix checkstyle violation --- .../boot/env/SpringApplicationJsonEnvironmentPostProcessor.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-boot/src/main/java/org/springframework/boot/env/SpringApplicationJsonEnvironmentPostProcessor.java b/spring-boot/src/main/java/org/springframework/boot/env/SpringApplicationJsonEnvironmentPostProcessor.java index 01098cd067..75c345d310 100644 --- a/spring-boot/src/main/java/org/springframework/boot/env/SpringApplicationJsonEnvironmentPostProcessor.java +++ b/spring-boot/src/main/java/org/springframework/boot/env/SpringApplicationJsonEnvironmentPostProcessor.java @@ -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 flatten(Map map) {