]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
sorted members (normally I do this before I save the file)
authorRoland Haeder <roland@mxchange.org>
Mon, 11 Apr 2016 17:55:12 +0000 (19:55 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 11 Apr 2016 17:55:12 +0000 (19:55 +0200)
src/java/org/mxchange/pizzaapplication/beans/country/PizzaAdminCountryWebApplicationBean.java

index 17c2b3e2f1773d38427297fb55b37da440b0bfef..b1fb4a9e6b0ef467418fdb077a4c49bf0a3b137d 100644 (file)
@@ -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<AdminAddedCountryEvent> 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<AdminAddedCountryEvent> addedCountryEvent;
-
        /**
         * Local dial prefix
         */