]> git.mxchange.org Git - jfinancials-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:24 +0000 (19:55 +0200)
src/java/org/mxchange/addressbook/beans/country/AddressbookAdminCountryWebApplicationBean.java

index a7cec156ada89ad926e7b45e206339d40889a20b..1b43bd10bb1c3f7569ded06872ef984a4032da33 100644 (file)
@@ -49,6 +49,13 @@ public class AddressbookAdminCountryWebApplicationBean implements AddressbookAdm
         */
        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 AddressbookAdminCountryWebApplicationBean implements AddressbookAdm
        @Inject
        private AddressbookCountryWebApplicationController countryController;
 
-       /**
-        * An event triggered when the administrator has added a country
-        */
-       @Inject
-       @Any
-       private Event<AdminAddedCountryEvent> addedCountryEvent;
-
        /**
         * Local dial prefix
         */