mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
CommentManagementAPIImpl
newStar variable changed.
This commit is contained in:
parent
ef059800e2
commit
c3f8d15910
@ -208,7 +208,7 @@ public class CommentManagementAPIImpl implements CommentManagementAPI {
|
|||||||
@PathParam("uuid") String uuid) {
|
@PathParam("uuid") String uuid) {
|
||||||
|
|
||||||
CommentsManager commentsManager = APIUtil.getCommentsManager();
|
CommentsManager commentsManager = APIUtil.getCommentsManager();
|
||||||
int newStars = 0;
|
int newStars;
|
||||||
try {
|
try {
|
||||||
newStars = commentsManager.updateStars(stars, uuid);
|
newStars = commentsManager.updateStars(stars, uuid);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user