mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Modified CommentsManagerImpl
Reformatted.
This commit is contained in:
parent
40771cbfcd
commit
a321bf934b
@ -258,7 +258,6 @@ public class CommentsManagerImpl implements CommentsManager {
|
|||||||
int newStars = 0;
|
int newStars = 0;
|
||||||
try {
|
try {
|
||||||
ConnectionManagerUtil.beginDBTransaction();
|
ConnectionManagerUtil.beginDBTransaction();
|
||||||
|
|
||||||
int ratedUsers = commentDAO.getRatedUser(uuid);
|
int ratedUsers = commentDAO.getRatedUser(uuid);
|
||||||
int oldStars = commentDAO.getStars(uuid);
|
int oldStars = commentDAO.getStars(uuid);
|
||||||
if (ratedUsers == 0) {
|
if (ratedUsers == 0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user