diff --git a/jsonschema2pojo-gradle-plugin/README.md b/jsonschema2pojo-gradle-plugin/README.md index 29ded90c4..6654fc6cb 100644 --- a/jsonschema2pojo-gradle-plugin/README.md +++ b/jsonschema2pojo-gradle-plugin/README.md @@ -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.