mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
ACE-5453: 500 error: GET /nodes/{nodeId}/ratings?skipCount=XXX
- implemented fix and added new unit test git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@131385 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -40,7 +40,7 @@ import org.alfresco.service.cmr.repository.NodeRef;
|
||||
* <p/>
|
||||
* The RatingService can be used to manage ratings on any content node in the repository.
|
||||
* These ratings are defined by {@link RatingScheme rating schemes}
|
||||
* which are injected via spring (see <code>rating-service-context.xml</code>). The rating
|
||||
* which are injected via spring (see <code>rating-services-context.xml</code>). The rating
|
||||
* schemes define a minimum and a maximum score value for that scheme.
|
||||
* <p/>
|
||||
* Ratings can be {@link RatingService#applyRating(NodeRef, float, String) applied},
|
||||
|
Reference in New Issue
Block a user