mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-24 14:31:29 +00:00
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:
@@ -1236,8 +1236,7 @@ public class SOLRAPIClient
|
||||
{
|
||||
try
|
||||
{
|
||||
Date date = ISO8601DateFormat.parse(source);
|
||||
return date;
|
||||
return ISO8601DateFormat.parse(source);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user