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