Skip to content

Commit d2fecd3

Browse files
vpavicsnicoll
authored andcommitted
Fix bad JSON syntax
Closes gh-4501
1 parent 10c54be commit d2fecd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"type": "org.springframework.boot.Banner$Mode",
122122
"sourceType": "org.springframework.boot.SpringApplication",
123123
"description": "Mode used to display the banner when the application runs.",
124-
"defaultValue": "console",
124+
"defaultValue": "console"
125125
},
126126
{
127127
"name": "spring.main.show-banner",

0 commit comments

Comments
 (0)