Project

General

Profile

« Previous | Next » 

Revision 2a086835

Added by Cherian Mathew over 8 years ago

#5321 Add missing return statement for bad credentials

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/store/LoginManager.java
68 68
	        doAuthenticate(username, password);
69 69
	    } catch (CdmAuthenticationException e) {
70 70
	        MessagingUtils.warningDialog("Could not authenticate", this, e.getMessage());
71
	        return false;
71 72
        }
72 73
	    return true;
73 74
	}

Also available in: Unified diff