java docs updates and fix the deserialisation for the LocalDate from topics

This commit is contained in:
Rodica Sutu
2018-06-15 14:30:33 +03:00
parent d2f303fab8
commit 9b16443987
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ public class CustomDateTimeSerializer extends StdScalarSerializer<DateTime>
}
/**
* Custom serialize to convert the org.joda.time.DateTime into string value using the DATE_TIME_FORMAT
* Custom serialize method to convert the org.joda.time.DateTime into string value using the DATE_TIME_FORMAT
*
* @param value datetime value
* @param jgen