From: Roland Haeder Date: Wed, 24 Feb 2016 20:28:52 +0000 (+0100) Subject: added comment X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5e365166d9299a914960e7eccab8536096f49016;p=jjobs-war.git added comment --- diff --git a/src/java/org/mxchange/jjobs/beans/country/CountryWebApplicationBean.java b/src/java/org/mxchange/jjobs/beans/country/CountryWebApplicationBean.java index 91ce4e94..d47102b7 100644 --- a/src/java/org/mxchange/jjobs/beans/country/CountryWebApplicationBean.java +++ b/src/java/org/mxchange/jjobs/beans/country/CountryWebApplicationBean.java @@ -80,6 +80,7 @@ public class CountryWebApplicationBean implements CountryWebApplicationControlle */ @PostConstruct public void init () { + // "Cache" country list as this will not change so often. this.countryList = this.countryBean.allCountries(); } }