From f35f14076793197a5dd4020cca65cb0066675618 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/AddressbookAdminContactWebRequestBean.java | 4 ++-- web/WEB-INF/web.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/java/org/mxchange/addressbook/beans/contact/AddressbookAdminContactWebRequestBean.java b/src/java/org/mxchange/addressbook/beans/contact/AddressbookAdminContactWebRequestBean.java index 90ecd007..ad8679ac 100644 --- a/src/java/org/mxchange/addressbook/beans/contact/AddressbookAdminContactWebRequestBean.java +++ b/src/java/org/mxchange/addressbook/beans/contact/AddressbookAdminContactWebRequestBean.java @@ -1142,9 +1142,9 @@ public class AddressbookAdminContactWebRequestBean extends BaseAddressbookContro /** * 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 6f02a2b3..5275264b 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