From: Roland Haeder Date: Wed, 24 Feb 2016 20:29:02 +0000 (+0100) Subject: added comment X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3554d48f35a6213862ca7bffd3f8101b1f6914b3;p=addressbook-war.git added comment --- diff --git a/lib/jcore.jar b/lib/jcore.jar index a2972e6f..a5001cda 100644 Binary files a/lib/jcore.jar and b/lib/jcore.jar differ diff --git a/src/java/org/mxchange/addressbook/beans/country/CountryWebApplicationBean.java b/src/java/org/mxchange/addressbook/beans/country/CountryWebApplicationBean.java index bae6f545..48df93e4 100644 --- a/src/java/org/mxchange/addressbook/beans/country/CountryWebApplicationBean.java +++ b/src/java/org/mxchange/addressbook/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(); } }