CommentManagementAPIImpl

This commit is contained in:
nishadi 2018-02-24 18:34:27 +05:30
parent 7d22c45636
commit 072d8b6455

View File

@ -183,7 +183,7 @@ public class CommentManagementAPIImpl implements CommentManagementAPI {
@PathParam("uuid") String uuid) {
CommentsManager commentsManager = APIUtil.getCommentsManager();
int ratedUsers = 0;
int ratedUsers;
try {
ratedUsers = commentsManager.getRatedUser(uuid);
} catch (CommentManagementException e) {