CommentManagementAPIImpl

newStar variable changed.
feature/appm-store/pbac
nishadi 7 years ago
parent ef059800e2
commit c3f8d15910

@ -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);

Loading…
Cancel
Save