Project

General

Profile

« Previous | Next » 

Revision 49376

Added by Sofia Baltzi over 6 years ago

Fix mailSender

View differences:

UserVerificationDAO.java
59 59
    public  UserVerification fetchByUsername(final String username)
60 60
            throws SQLException
61 61
    {
62
        logger.info("Datasource -> " + dataSourceConnector.getDatasource());
62
        //logger.info("Datasource -> " + dataSourceConnector.getDatasource());
63 63
        List<UserVerification> userVerifications = executeQuery(FETCH_BY_USERNAME, new Statement.Initializer() {
64 64
            @Override
65 65
            public void prepare(PreparedStatement stmt) throws SQLException {

Also available in: Unified diff