From bfa146c5d6e77d3ff0b988b3935127a71148578d Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Wed, 24 Feb 2016 21:28:48 +0100 Subject: [PATCH] added comment --- .../beans/country/CountryWebApplicationBean.java | 1 + 1 file changed, 1 insertion(+) 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(); } } -- 2.39.5