mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
CommentManagementAPIImpl
This commit is contained in:
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…
Reference in New Issue
Block a user