From: Roland Haeder Date: Wed, 24 Feb 2016 20:28:48 +0000 (+0100) Subject: added comment X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bfa146c5d6e77d3ff0b988b3935127a71148578d;p=pizzaservice-war.git added comment --- diff --git a/src/java/org/mxchange/pizzaapplication/beans/country/CountryWebApplicationBean.java b/src/java/org/mxchange/pizzaapplication/beans/country/CountryWebApplicationBean.java index 173ff61d..457621b4 100644 --- a/src/java/org/mxchange/pizzaapplication/beans/country/CountryWebApplicationBean.java +++ b/src/java/org/mxchange/pizzaapplication/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(); } }