]> git.mxchange.org Git - juser-login-core.git/commitdiff
fixed tpzo + added country (unfinished)
authorRoland Häder <roland@mxchange.org>
Sat, 10 Jun 2017 17:39:04 +0000 (19:39 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 10 Jun 2017 17:39:04 +0000 (19:39 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jusercore/model/user/UserUtils.java

index 29ddf52cad13d807652bc245579dc98f2215fd1a..c15b8bcc634f49d61930cadb148a3ac7b1c7e79a 100644 (file)
@@ -364,8 +364,9 @@ public class UserUtils implements Serializable {
                properties.setProperty("contactTitle", ""); //NOI18N
                properties.setProperty("contactStreet", ""); //NOI18N
                properties.setProperty("contactHouseNumber", ""); //NOI18N
-               properties.setProperty("contacCity", ""); //NOI18N
-               properties.setProperty("contacCity", ""); //NOI18N
+               properties.setProperty("contactCity", ""); //NOI18N
+               // @TODO Unfinished:
+               properties.setProperty("contactCountry", ""); //NOI18N
                properties.setProperty("contactZipCode", ""); //NOI18N
                properties.setProperty("contactBirthday", ""); //NOI18N
                properties.setProperty("contactEmailAddress", ""); //NOI18N
@@ -401,7 +402,7 @@ public class UserUtils implements Serializable {
                        properties.setProperty("contactHouseNumber", Short.toString(user.getUserContact().getContactHouseNumber())); //NOI18N
                }
                if (user.getUserContact().getContactCity() != null) {
-                       properties.setProperty("contacCity", user.getUserContact().getContactCity()); //NOI18N
+                       properties.setProperty("contactCity", user.getUserContact().getContactCity()); //NOI18N
                }
                if (user.getUserContact().getContactZipCode() != null) {
                        properties.setProperty("contactZipCode", Integer.toString(user.getUserContact().getContactZipCode())); //NOI18N