From 7071ca7931881e65bdd6eec94f1c503da33540ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 16 Aug 2016 11:27:14 +0200 Subject: [PATCH] renamed converter, too (please cherry-pick) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../{JobsCellphoneConverter.java => JobsMobileConverter.java} | 4 ++-- .../admin/cellphone/admin_form_add_contact_cellphone.tpl | 2 +- web/admin/cellphone/admin_cellphone_delete.xhtml | 2 +- web/admin/cellphone/admin_cellphone_edit.xhtml | 2 +- web/admin/cellphone/admin_cellphone_show.xhtml | 2 +- web/admin/cellphone/admin_contact_cellphone_unlink.xhtml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) rename src/java/org/mxchange/jjobs/converter/cellphone/{JobsCellphoneConverter.java => JobsMobileConverter.java} (97%) diff --git a/src/java/org/mxchange/jjobs/converter/cellphone/JobsCellphoneConverter.java b/src/java/org/mxchange/jjobs/converter/cellphone/JobsMobileConverter.java similarity index 97% rename from src/java/org/mxchange/jjobs/converter/cellphone/JobsCellphoneConverter.java rename to src/java/org/mxchange/jjobs/converter/cellphone/JobsMobileConverter.java index 9755bd67..abc5831d 100644 --- a/src/java/org/mxchange/jjobs/converter/cellphone/JobsCellphoneConverter.java +++ b/src/java/org/mxchange/jjobs/converter/cellphone/JobsMobileConverter.java @@ -38,7 +38,7 @@ import org.mxchange.jphone.phonenumbers.phone.PhoneSessionBeanRemote; * @author Roland Haeder */ @FacesConverter (value = "CellphoneConverter") -public class JobsCellphoneConverter implements Converter { +public class JobsMobileConverter implements Converter { /** * Logger instance @@ -54,7 +54,7 @@ public class JobsCellphoneConverter implements Converter { /** * Initialization of this converter */ - public JobsCellphoneConverter () { + public JobsMobileConverter () { // Try to get it try { // Get initial context diff --git a/web/WEB-INF/templates/admin/cellphone/admin_form_add_contact_cellphone.tpl b/web/WEB-INF/templates/admin/cellphone/admin_form_add_contact_cellphone.tpl index 359d8239..461a2c67 100644 --- a/web/WEB-INF/templates/admin/cellphone/admin_form_add_contact_cellphone.tpl +++ b/web/WEB-INF/templates/admin/cellphone/admin_form_add_contact_cellphone.tpl @@ -24,7 +24,7 @@
- + diff --git a/web/admin/cellphone/admin_cellphone_delete.xhtml b/web/admin/cellphone/admin_cellphone_delete.xhtml index b4ebca22..721ecfba 100644 --- a/web/admin/cellphone/admin_cellphone_delete.xhtml +++ b/web/admin/cellphone/admin_cellphone_delete.xhtml @@ -8,7 +8,7 @@ > - + diff --git a/web/admin/cellphone/admin_cellphone_edit.xhtml b/web/admin/cellphone/admin_cellphone_edit.xhtml index e3ea118d..59293a73 100644 --- a/web/admin/cellphone/admin_cellphone_edit.xhtml +++ b/web/admin/cellphone/admin_cellphone_edit.xhtml @@ -8,7 +8,7 @@ > - + diff --git a/web/admin/cellphone/admin_cellphone_show.xhtml b/web/admin/cellphone/admin_cellphone_show.xhtml index 8432db6a..3823a92c 100644 --- a/web/admin/cellphone/admin_cellphone_show.xhtml +++ b/web/admin/cellphone/admin_cellphone_show.xhtml @@ -8,7 +8,7 @@ > - + diff --git a/web/admin/cellphone/admin_contact_cellphone_unlink.xhtml b/web/admin/cellphone/admin_contact_cellphone_unlink.xhtml index e2860782..55946ea2 100644 --- a/web/admin/cellphone/admin_contact_cellphone_unlink.xhtml +++ b/web/admin/cellphone/admin_contact_cellphone_unlink.xhtml @@ -8,7 +8,7 @@ > - + -- 2.39.5