Modified CommentsManagerImpl

Reformatted.
feature/appm-store/pbac
nishadi 7 years ago
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…
Cancel
Save