Skip to content

Commit

Permalink
Merge branch '2.4.x'
Browse files Browse the repository at this point in the history
Closes gh-24861
  • Loading branch information
snicoll committed Jan 17, 2021
2 parents 600be08 + f7c855d commit dcae55a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -21,12 +21,12 @@
},
{
"name": "logging.charset.console",
"type": "java.nio.Charset",
"type": "java.nio.charset.Charset",
"description": "Charset to use for console output."
},
{
"name": "logging.charset.file",
"type": "java.nio.Charset",
"type": "java.nio.charset.Charset",
"description": "Charset to use for file output."
},
{
Expand Down

0 comments on commit dcae55a

Please sign in to comment.