From d1e503602bde6b0a9706dd5268a4167b407734ab Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 24 Oct 2020 07:39:50 +0200 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 040714a0988..d598e3cb6d2 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 @@ -1981,7 +1981,7 @@ }, { "value": "iso", - "description": "ISO-8601 extended local time format" + "description": "ISO-8601 extended local time format." } ], "providers": [ 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 b47a485b90b..6da7fc0f3f6 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 @@ -162,7 +162,7 @@ { "name": "spring.banner.image.bitdepth", "type": "java.lang.Integer", - "description": "The bit depth to use for ANSI colors. Supported values are 4 (16 color) or 8 (256 color).", + "description": "Bit depth to use for ANSI colors. Supported values are 4 (16 color) or 8 (256 color).", "defaultValue": 4 }, { @@ -191,7 +191,7 @@ { "name": "spring.banner.image.pixelmode", "type": "org.springframework.boot.ImageBanner$PixelMode", - "description": "The pixel mode to use when rendering the image.", + "description": "Pixel mode to use when rendering the image.", "defaultValue": "TEXT" }, {