From 3adf167b471e70f9584bcc48acb1f8f0dc5377c8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 24 Oct 2020 07:34:33 +0200 Subject: [PATCH] Polish --- .../additional-spring-configuration-metadata.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 65fb7e2404..e19a27af8f 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 @@ -22,12 +22,12 @@ { "name": "logging.charset.console", "type": "java.nio.Charset", - "description": "The charset to use for console output" + "description": "Charset to use for console output." }, { "name": "logging.charset.file", "type": "java.nio.Charset", - "description": "The charset to use for file output" + "description": "Charset to use for file output." }, { "name": "logging.exception-conversion-word", @@ -858,13 +858,13 @@ { "name": "spring.config.activate.on-cloud-platform", "type": "org.springframework.boot.cloud.CloudPlatform", - "description": "The cloud platform that required for the document to be included", + "description": "Required cloud platform for the document to be included.", "sourceType": "org.springframework.boot.context.config.ConfigDataProperties" }, { "name": "spring.config.activate.on-profile", "type": "java.lang.String[]", - "description": "Profile expressions that should match for the document to be included", + "description": "Profile expressions that should match for the document to be included.", "sourceType": "org.springframework.boot.context.config.ConfigDataProperties" } ],