From 8e71d27d19ccf4e3e45918badd92bd69c4156e05 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 10 Oct 2015 23:36:42 +0200 Subject: [PATCH] change countryCode to country --- .../addressbook/beans/user/UserWebController.java | 10 +++++----- web/WEB-INF/templates/guest/guest_personal_data.tpl | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/java/org/mxchange/addressbook/beans/user/UserWebController.java b/src/java/org/mxchange/addressbook/beans/user/UserWebController.java index 3da777b1..ac76a10a 100644 --- a/src/java/org/mxchange/addressbook/beans/user/UserWebController.java +++ b/src/java/org/mxchange/addressbook/beans/user/UserWebController.java @@ -115,18 +115,18 @@ public interface UserWebController extends Serializable { public void setComment (final String comment); /** - * Country code + * Getter for country instance *

- * @return the countryCode + * @return Country instance */ public Country getCountry (); /** - * Country code + * Setter for country instance *

- * @param countryCode the countryCode to set + * @param country Country instance */ - public void setCountry (final Country countryCode); + public void setCountry (final Country country); /** * Getter for email address diff --git a/web/WEB-INF/templates/guest/guest_personal_data.tpl b/web/WEB-INF/templates/guest/guest_personal_data.tpl index a59ab7cf..6f5a79dc 100644 --- a/web/WEB-INF/templates/guest/guest_personal_data.tpl +++ b/web/WEB-INF/templates/guest/guest_personal_data.tpl @@ -109,11 +109,11 @@

- +
- +
-- 2.39.5