Skip to content

Commit dcae55a

Browse files
committed
Merge branch '2.4.x'
Closes gh-24861
2 parents 600be08 + f7c855d commit dcae55a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
},
2222
{
2323
"name": "logging.charset.console",
24-
"type": "java.nio.Charset",
24+
"type": "java.nio.charset.Charset",
2525
"description": "Charset to use for console output."
2626
},
2727
{
2828
"name": "logging.charset.file",
29-
"type": "java.nio.Charset",
29+
"type": "java.nio.charset.Charset",
3030
"description": "Charset to use for file output."
3131
},
3232
{

0 commit comments

Comments
 (0)