From ce01a9145be140ce752081b8c7b5bb07412d5b1e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Feb 2018 18:45:36 +0100 Subject: [PATCH] Polish --- .../META-INF/additional-spring-configuration-metadata.json | 2 +- .../META-INF/additional-spring-configuration-metadata.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 7dc43dd14e..a1dedb3f24 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -1138,7 +1138,7 @@ } }, { "name" : "server.session.tracking-modes", - "type" : "java.util.Set", + "type" : "java.util.Set", "description" : "Session tracking modes (one or more of the following: \"cookie\", \"url\", \"ssl\").", "deprecation" : { "replacement" : "server.servlet.session.tracking-modes", diff --git a/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 45b0859c72..5e793af554 100644 --- a/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -218,13 +218,13 @@ "name": "spring.pid.file", "type": "java.lang.String", "description": "Location of the PID file to write (if ApplicationPidFileWriter is used).", - "sourceType": "org.springframework.boot.system.ApplicationPidFileWriter" + "sourceType": "org.springframework.boot.context.ApplicationPidFileWriter" }, { "name": "spring.pid.fail-on-write-error", "type": "java.lang.Boolean", "description": "Fails if ApplicationPidFileWriter is used but it cannot write the PID file.", - "sourceType": "org.springframework.boot.system.ApplicationPidFileWriter" + "sourceType": "org.springframework.boot.context.ApplicationPidFileWriter" }, { "name": "spring.profiles.active",