]> git.mxchange.org Git - jjobs-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:33 +0000 (19:55 +0200)
src/java/org/mxchange/jjobs/beans/country/JobsAdminCountryWebApplicationBean.java

index 40f82021374ecfbc3ce19e4edb38665bc7751980..b54d3cb4b76ee830a3b137d2b7243ff47c818627 100644 (file)
@@ -49,6 +49,13 @@ public class JobsAdminCountryWebApplicationBean implements JobsAdminCountryWebAp
         */
        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 JobsAdminCountryWebApplicationBean implements JobsAdminCountryWebAp
        @Inject
        private JobsCountryWebApplicationController countryController;
 
-       /**
-        * An event triggered when the administrator has added a country
-        */
-       @Inject
-       @Any
-       private Event<AdminAddedCountryEvent> addedCountryEvent;
-
        /**
         * Local dial prefix
         */