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=db114c2c8e26517b3f65bf2ce0a31657b30432ae;p=jjobs-war.git sorted members (normally I do this before I save the file) --- diff --git a/src/java/org/mxchange/jjobs/beans/country/JobsAdminCountryWebApplicationBean.java b/src/java/org/mxchange/jjobs/beans/country/JobsAdminCountryWebApplicationBean.java index 40f82021..b54d3cb4 100644 --- a/src/java/org/mxchange/jjobs/beans/country/JobsAdminCountryWebApplicationBean.java +++ b/src/java/org/mxchange/jjobs/beans/country/JobsAdminCountryWebApplicationBean.java @@ -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 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 addedCountryEvent; - /** * Local dial prefix */