]> git.mxchange.org Git - addressbook-war.git/commitdiff
cellphone is history, now there is mobile ... ;-)
authorRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 22:23:36 +0000 (00:23 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 22:23:36 +0000 (00:23 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/addressbook/beans/contact/AddressbookAdminContactWebRequestBean.java
src/java/org/mxchange/addressbook/beans/contact/AddressbookContactWebSessionBean.java

index 59b2519ec9834ade929b304c3b504eb3d04e821d..4e4ac598ee19484c56b842a3aa9c6bcbd626540a 100644 (file)
@@ -842,7 +842,7 @@ public class AddressbookAdminContactWebRequestBean extends BaseAddressbookContro
                contact.setContactCountry(this.getCountry());
 
                // Update contact's mobile number
-               this.isMobileUnlinked = ContactUtils.updateCellPhoneNumber(contact, this.getMobileCarrier(), this.getMobileNumber());
+               this.isMobileUnlinked = ContactUtils.updateMobileNumber(contact, this.getMobileCarrier(), this.getMobileNumber());
 
                // Update contact's land-line number
                this.isLandLineUnlinked = ContactUtils.updateLandLineNumber(contact, this.getPhoneCountry(), this.getPhoneAreaCode(), this.getPhoneNumber());
index a40ccddbeb1cdcbb8c345ee0ee5191131c3d1f84..fe688e7d084afc7550eefa94658bc1980d853c2d 100644 (file)
@@ -577,7 +577,7 @@ public class AddressbookContactWebSessionBean extends BaseAddressbookController
                contact.setContactCountry(this.getCountry());
 
                // Update contact's mobile number
-               this.isMobileUnlinked = ContactUtils.updateCellPhoneNumber(contact, this.getMobileCarrier(), this.getMobileNumber());
+               this.isMobileUnlinked = ContactUtils.updateMobileNumber(contact, this.getMobileCarrier(), this.getMobileNumber());
 
                // Update contact's land-line number
                this.isLandLineUnlinked = ContactUtils.updateLandLineNumber(contact, this.getPhoneCountry(), this.getPhoneAreaCode(), this.getPhoneNumber());