Activity Service - add REST API for User Feed Controls & general cleanup/fixes

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@9187 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2008-05-20 16:41:10 +00:00
parent cecd138ed6
commit f0883f987f
9 changed files with 113 additions and 7 deletions

View File

@@ -456,7 +456,7 @@ public class ActivityServiceImpl implements ActivityService
}
catch (SQLException e)
{
throw new AlfrescoRuntimeException("Failed to set feed control: " + e, e);
throw new AlfrescoRuntimeException("Failed to get feed controls: " + e, e);
}
}
@@ -479,7 +479,7 @@ public class ActivityServiceImpl implements ActivityService
}
catch (SQLException e)
{
throw new AlfrescoRuntimeException("Failed to set feed control: " + e, e);
throw new AlfrescoRuntimeException("Failed to unset feed control: " + e, e);
}
}