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:
Iuliana Danea
2016-10-13 06:52:01 +00:00
parent 8942cd5586
commit 5283ba4762

View File

@@ -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},