]> git.mxchange.org Git - jfinancials-war.git/commitdiff
garr, again localContact was returned empty because of confusion ... :-( Please cherr...
authorRoland Häder <roland@mxchange.org>
Thu, 12 May 2016 13:06:47 +0000 (15:06 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 13 May 2016 20:22:32 +0000 (22:22 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/addressbook/beans/contact/AddressbookContactWebSessionBean.java

index 6dcff57207fa1feb016b8c36839955df802f6989..ecf7bb51f8167120340a8dbe0ede4f7cdc35dfd9 100644 (file)
@@ -16,6 +16,7 @@
  */
 package org.mxchange.addressbook.beans.contact;
 
+import de.chotime.landingpage.beans.login.LandingUserLoginWebSessionController;
 import java.text.MessageFormat;
 import java.util.Collections;
 import java.util.Date;
@@ -386,7 +387,7 @@ public class AddressbookContactWebSessionBean implements AddressbookContactWebSe
        @Override
        public List<Contact> allContacts () {
                // Debug message
-               /* NOISY-DEBUG: */ System.out.println(MessageFormat.format("ContactController.allContacts: contactList.size()={0} - EXIT!", this.contactList.size()));
+               //* NOISY-DEBUG: */ System.out.println(MessageFormat.format("ContactController.allContacts: contactList.size()={0} - EXIT!", this.contactList.size()));
 
                // Return un-modified list
                return Collections.unmodifiableList(this.contactList);
@@ -427,6 +428,7 @@ public class AddressbookContactWebSessionBean implements AddressbookContactWebSe
 
                // Debug message
                //* NOISY-DEBUG: */ System.out.println(MessageFormat.format("{0}.createContactInstance: this.emailAddress={1}", this.getClass().getSimpleName(), this.getEmailAddress()));
+
                // Don't set null or wrong references
                if ((phone instanceof DialableLandLineNumber) && (phone.getPhoneCountry() instanceof Country) && (this.getPhoneAreaCode() != null) && (this.getPhoneNumber() != null) && (this.getPhoneAreaCode() > 0) && (this.getPhoneNumber() > 0)) {
                        // Now the number must be given