From: Roland Häder Date: Thu, 20 Apr 2017 18:16:54 +0000 (+0200) Subject: unencrypted ... better clear-text ... X-Git-Url: https://git.mxchange.org/?p=juser-login-lib.git;a=commitdiff_plain;h=3bcf247270f78a42465be9e184df8f7d087e7003 unencrypted ... better clear-text ... Signed-off-by: Roland Häder --- diff --git a/src/org/mxchange/jusercore/model/login/UserLoginSessionBeanRemote.java b/src/org/mxchange/jusercore/model/login/UserLoginSessionBeanRemote.java index 722afb7..157ff31 100644 --- a/src/org/mxchange/jusercore/model/login/UserLoginSessionBeanRemote.java +++ b/src/org/mxchange/jusercore/model/login/UserLoginSessionBeanRemote.java @@ -37,7 +37,7 @@ public interface UserLoginSessionBeanRemote extends Serializable { * Validates if the user is a confirmed account and returns the full user * instance *

- * @param container Login container holding user instance and unencrypted password + * @param container Login container holding user instance and clear-text password *

* @return Full confirmed user account *