]> git.mxchange.org Git - jjobs-war.git/commitdiff
added comment
authorRoland Haeder <roland@mxchange.org>
Wed, 24 Feb 2016 20:28:52 +0000 (21:28 +0100)
committerRoland Haeder <roland@mxchange.org>
Wed, 24 Feb 2016 20:28:52 +0000 (21:28 +0100)
src/java/org/mxchange/jjobs/beans/country/CountryWebApplicationBean.java

index 91ce4e9488912bb616dfe15da52bc96e41157a66..d47102b753a358ea3471334c96a9c5ded47b825b 100644 (file)
@@ -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();
        }
 }