Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)

127934 arebegea: Merged 5.0.N (5.0.4) to 5.1.N (5.1.2)
      127895 gjames: Minor cleanup and removed some imports


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@128004 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Andrei Rebegea
2016-06-07 14:27:55 +00:00
parent 71e845a829
commit 38ac17c133
2 changed files with 13 additions and 36 deletions

View File

@@ -1236,8 +1236,7 @@ public class SOLRAPIClient
{
try
{
Date date = ISO8601DateFormat.parse(source);
return date;
return ISO8601DateFormat.parse(source);
}
catch (Exception e)
{