unwanted comments deleted #15

Merged
chandrasegar merged 1 commits from get_connection into master 10 months ago

@ -111,7 +111,7 @@ public class MailServiceImpl implements MailService {
}
//Store the sent mail to the table
// mailDAO.addToSentMail(prioritizedMail.getUuId());
mailDAO.addToSentMail(prioritizedMail.getUuId());
});
}

Loading…
Cancel
Save