Skip to content

Commit 1b2d41b

Browse files
committed
1 parent fd3407b commit 1b2d41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema2pojo-gradle-plugin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jsonSchema2Pojo {
266266
dateTimeType = "java.time.LocalDateTime"
267267
268268
// What type to use instead of string when adding string properties of format "time" to Java types
269-
timeType = "java.time.LocalDate"
269+
timeType = "java.time.LocalTime"
270270
271271
// A custom pattern to use when formatting date fields during serialization. Requires support from
272272
// your JSON binding library.

0 commit comments

Comments
 (0)