Modified CommentsManagerImpl

Reformatted.
merge-requests/7/head
nishadi 7 years ago
parent 40771cbfcd
commit a321bf934b

@ -258,7 +258,6 @@ public class CommentsManagerImpl implements CommentsManager {
int newStars = 0;
try {
ConnectionManagerUtil.beginDBTransaction();
int ratedUsers = commentDAO.getRatedUser(uuid);
int oldStars = commentDAO.getStars(uuid);
if (ratedUsers == 0) {

Loading…
Cancel
Save