From 3bcf247270f78a42465be9e184df8f7d087e7003 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 20 Apr 2017 20:16:54 +0200 Subject: [PATCH] unencrypted ... better clear-text ... MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../jusercore/model/login/UserLoginSessionBeanRemote.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *

-- 2.39.2