Skip to content

Commit 9a0aee9

Browse files
committed
[Java] fix JSON template (no samples update)
1 parent e702506 commit 9a0aee9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/openapi-generator/src/main/resources/Java/libraries/jersey2/JSON.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class JSON implements ContextResolver<ObjectMapper> {
3838
.defaultDateFormat(new RFC3339DateFormat())
3939
.addModule(new JavaTimeModule())
4040
{{#joda}}
41-
.addModule(new JodaModule());
41+
.addModule(new JodaModule())
4242
{{/joda}}
4343
{{#openApiNullable}}
4444
.addModule(new JsonNullableModule())

modules/openapi-generator/src/main/resources/Java/libraries/jersey3/JSON.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class JSON implements ContextResolver<ObjectMapper> {
3838
.defaultDateFormat(new RFC3339DateFormat())
3939
.addModule(new JavaTimeModule())
4040
{{#joda}}
41-
.addModule(new JodaModule());
41+
.addModule(new JodaModule())
4242
{{/joda}}
4343
{{#openApiNullable}}
4444
.addModule(new JsonNullableModule())

0 commit comments

Comments
 (0)