CommentManagementAPIImpl

newStar variable changed.
This commit is contained in:
nishadi 2018-02-24 18:31:10 +05:30
parent ef059800e2
commit c3f8d15910

View File

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