From: Roland Haeder Date: Mon, 11 Apr 2016 17:55:12 +0000 (+0200) Subject: sorted members (normally I do this before I save the file) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f6d66d0cff25e3fe00c9a95a6ea8d012ce9a5e53;p=pizzaservice-war.git sorted members (normally I do this before I save the file) --- diff --git a/src/java/org/mxchange/pizzaapplication/beans/country/PizzaAdminCountryWebApplicationBean.java b/src/java/org/mxchange/pizzaapplication/beans/country/PizzaAdminCountryWebApplicationBean.java index 17c2b3e2..b1fb4a9e 100644 --- a/src/java/org/mxchange/pizzaapplication/beans/country/PizzaAdminCountryWebApplicationBean.java +++ b/src/java/org/mxchange/pizzaapplication/beans/country/PizzaAdminCountryWebApplicationBean.java @@ -49,6 +49,13 @@ public class PizzaAdminCountryWebApplicationBean implements PizzaAdminCountryWeb */ private static final long serialVersionUID = 18_598_175_719_603L; + /** + * An event triggered when the administrator has added a country + */ + @Inject + @Any + private Event addedCountryEvent; + /** * Abroad dial prefix */ @@ -70,13 +77,6 @@ public class PizzaAdminCountryWebApplicationBean implements PizzaAdminCountryWeb @Inject private PizzaCountryWebApplicationController countryController; - /** - * An event triggered when the administrator has added a country - */ - @Inject - @Any - private Event addedCountryEvent; - /** * Local dial prefix */