From 05b5e95c5512ebd11141befd9e193513a3cf81bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 27 Jul 2017 22:50:20 +0200 Subject: [PATCH] Please cherry-pick: - mobileCarrier is the old name, mobileProvider is now the right one MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../contact/FinancialsContactWebSessionController.java | 6 +++--- web/WEB-INF/templates/generic/mobile_selection_box.tpl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/java/org/mxchange/jfinancials/beans/contact/FinancialsContactWebSessionController.java b/src/java/org/mxchange/jfinancials/beans/contact/FinancialsContactWebSessionController.java index 4bdf1bdc..1a280440 100644 --- a/src/java/org/mxchange/jfinancials/beans/contact/FinancialsContactWebSessionController.java +++ b/src/java/org/mxchange/jfinancials/beans/contact/FinancialsContactWebSessionController.java @@ -94,11 +94,11 @@ public interface FinancialsContactWebSessionController extends Serializable { MobileProvider getMobileProvider (); /** - * Setter for mobile number's carrier prefix + * Setter for mobile number's provider *

- * @param mobileCarrier Mobile number's carrier prefix + * @param mobileProvider Mobile number's provider */ - void setMobileProvider (final MobileProvider mobileCarrier); + void setMobileProvider (final MobileProvider mobileProvider); /** * Getter for mobile number diff --git a/web/WEB-INF/templates/generic/mobile_selection_box.tpl b/web/WEB-INF/templates/generic/mobile_selection_box.tpl index 33a74e47..56be7e90 100644 --- a/web/WEB-INF/templates/generic/mobile_selection_box.tpl +++ b/web/WEB-INF/templates/generic/mobile_selection_box.tpl @@ -6,7 +6,7 @@ xmlns:ui="http://xmlns.jcp.org/jsf/facelets"> - + -- 2.39.5