Merged HEAD (5.1) to 5.1.N (5.1.1)

116394 gcornwell: ACE-4570: RatingService is currently not marked with @AlfrescoPublicApi


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.1.N/root@117193 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tatyana Valkevych
2015-11-11 11:50:07 +00:00
parent 150afdb0a1
commit 900c723a70

View File

@@ -23,6 +23,7 @@ import java.io.Serializable;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
import org.alfresco.api.AlfrescoPublicApi;
import org.alfresco.repo.rating.AbstractRatingRollupAlgorithm; import org.alfresco.repo.rating.AbstractRatingRollupAlgorithm;
import org.alfresco.service.NotAuditable; import org.alfresco.service.NotAuditable;
import org.alfresco.service.cmr.repository.NodeRef; import org.alfresco.service.cmr.repository.NodeRef;
@@ -42,6 +43,7 @@ import org.alfresco.service.cmr.repository.NodeRef;
* @author Neil McErlean * @author Neil McErlean
* @since 3.4 * @since 3.4
*/ */
@AlfrescoPublicApi
public interface RatingService public interface RatingService
{ {
/** /**