From b07c4aa3146caa0e572501a962228a3fd0257757 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 6 Aug 2017 21:45:27 +0200 Subject: [PATCH] fixed tpzo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../beans/contact/FinancialsAdminContactWebRequestBean.java | 4 ++-- web/WEB-INF/web.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/java/org/mxchange/jfinancials/beans/contact/FinancialsAdminContactWebRequestBean.java b/src/java/org/mxchange/jfinancials/beans/contact/FinancialsAdminContactWebRequestBean.java index caf7e6de..3896e0e2 100644 --- a/src/java/org/mxchange/jfinancials/beans/contact/FinancialsAdminContactWebRequestBean.java +++ b/src/java/org/mxchange/jfinancials/beans/contact/FinancialsAdminContactWebRequestBean.java @@ -1142,9 +1142,9 @@ public class FinancialsAdminContactWebRequestBean extends BaseFinancialsControll /** * Checks whether the given contact is found *

- * @param contact Contact inastance + * @param contact Contact instance * - * @return Wether contact has been found + * @return Whether contact has been found */ private boolean isSameContactFound (final Contact contact) { // Default is not found diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index dccd96e4..c6c43310 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -48,7 +48,7 @@ true - Wether the personal title is required for using the general contact controller. + Whether the personal title is required for using the general contact controller. is_feature_general_personal_title_enabled true -- 2.39.5