CommentManagementAPIImpl

feature/appm-store/pbac
nishadi 7 years ago
parent 7d22c45636
commit 072d8b6455

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

Loading…
Cancel
Save