Project

General

Profile

« Previous | Next » 

Revision 49252

Added by Sofia Baltzi over 6 years ago

Add temporary changes for spring beans

View differences:

VerificationActions.java
49 49

  
50 50
        try {
51 51
            UserVerification userVerification = userVerificationDAO.fetchByUsername(username);
52
            //logger.info("EEEEEEEEEEEEEEEEEEEEEEEEEE");
52

  
53
            if (userVerification == null)
54
                logger.info("EEEEEEEEEEEEEEEEEEEEEEEEEE");
53 55
        } catch (SQLException e) {
54 56
            e.printStackTrace();
55 57
        }
56 58

  
59
        return true;
57 60
        //TODO
58 61
        //return false;
59
        throw new UnsupportedOperationException();
62
        //throw new UnsupportedOperationException();
60 63
    }
61 64

  
62 65
    /**

Also available in: Unified diff