From d8166506f547330770a53ebdf73add0b51dd05fe 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/FinancialsUserLoginSessionBean.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/mxchange/jusercore/model/login/FinancialsUserLoginSessionBean.java b/src/java/org/mxchange/jusercore/model/login/FinancialsUserLoginSessionBean.java index 75f5ee7..f7dd1d3 100644 --- a/src/java/org/mxchange/jusercore/model/login/FinancialsUserLoginSessionBean.java +++ b/src/java/org/mxchange/jusercore/model/login/FinancialsUserLoginSessionBean.java @@ -117,7 +117,7 @@ public class FinancialsUserLoginSessionBean extends BaseDatabaseBean implements * second is the from database. *

* @param container Container instance holding the user instance and - * unencrypted password + * clear-text password * @param updatedUser Updated user instance found for given user name *

* @return Whether the password matches -- 2.39.5