From 9b16443987ae668dba76e32ccd061af7e5ca2fa9 Mon Sep 17 00:00:00 2001 From: Rodica Sutu Date: Fri, 15 Jun 2018 14:30:33 +0300 Subject: [PATCH] java docs updates and fix the deserialisation for the LocalDate from topics --- .../module/org_alfresco_module_rm/rm-public-rest-context.xml | 2 +- .../org/alfresco/rm/rest/api/util/CustomDateTimeSerializer.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-public-rest-context.xml b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-public-rest-context.xml index 4d147941b0..900c93fba3 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-public-rest-context.xml +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-public-rest-context.xml @@ -216,7 +216,7 @@ - diff --git a/rm-community/rm-community-repo/source/java/org/alfresco/rm/rest/api/util/CustomDateTimeSerializer.java b/rm-community/rm-community-repo/source/java/org/alfresco/rm/rest/api/util/CustomDateTimeSerializer.java index 162426bad7..0df22205ab 100644 --- a/rm-community/rm-community-repo/source/java/org/alfresco/rm/rest/api/util/CustomDateTimeSerializer.java +++ b/rm-community/rm-community-repo/source/java/org/alfresco/rm/rest/api/util/CustomDateTimeSerializer.java @@ -58,7 +58,7 @@ public class CustomDateTimeSerializer extends StdScalarSerializer } /** - * 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