Skip to content

Commit

Permalink
Merge pull request #1585 from dlehammer/patch-1
Browse files Browse the repository at this point in the history
Aligned timeType documentation example with Java LocalTime
  • Loading branch information
joelittlejohn committed Jun 5, 2024
2 parents fd3407b + 1b2d41b commit 34cc693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonschema2pojo-gradle-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jsonSchema2Pojo {
dateTimeType = "java.time.LocalDateTime"
// What type to use instead of string when adding string properties of format "time" to Java types
timeType = "java.time.LocalDate"
timeType = "java.time.LocalTime"
// A custom pattern to use when formatting date fields during serialization. Requires support from
// your JSON binding library.
Expand Down

0 comments on commit 34cc693

Please sign in to comment.