|
|
@ -208,7 +208,7 @@ public class CommentManagementAPIImpl implements CommentManagementAPI {
|
|
|
|
@PathParam("uuid") String uuid) {
|
|
|
|
@PathParam("uuid") String uuid) {
|
|
|
|
|
|
|
|
|
|
|
|
CommentsManager commentsManager = APIUtil.getCommentsManager();
|
|
|
|
CommentsManager commentsManager = APIUtil.getCommentsManager();
|
|
|
|
int newStars = 0;
|
|
|
|
int newStars;
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
newStars = commentsManager.updateStars(stars, uuid);
|
|
|
|
newStars = commentsManager.updateStars(stars, uuid);
|
|
|
|
|
|
|
|
|
|
|
|