From f6d66d0cff25e3fe00c9a95a6ea8d012ce9a5e53 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 11 Apr 2016 19:55:12 +0200 Subject: [PATCH] sorted members (normally I do this before I save the file) --- .../PizzaAdminCountryWebApplicationBean.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 */ -- 2.39.5