Commit d1e50360 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

parent f84323fe
...@@ -1981,7 +1981,7 @@ ...@@ -1981,7 +1981,7 @@
}, },
{ {
"value": "iso", "value": "iso",
"description": "ISO-8601 extended local time format" "description": "ISO-8601 extended local time format."
} }
], ],
"providers": [ "providers": [
......
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
{ {
"name": "spring.banner.image.bitdepth", "name": "spring.banner.image.bitdepth",
"type": "java.lang.Integer", "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 "defaultValue": 4
}, },
{ {
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
{ {
"name": "spring.banner.image.pixelmode", "name": "spring.banner.image.pixelmode",
"type": "org.springframework.boot.ImageBanner$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" "defaultValue": "TEXT"
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment