]> git.mxchange.org Git - addressbook-war.git/commitdiff
added comment
authorRoland Haeder <roland@mxchange.org>
Wed, 24 Feb 2016 20:29:02 +0000 (21:29 +0100)
committerRoland Haeder <roland@mxchange.org>
Wed, 2 Mar 2016 17:54:12 +0000 (18:54 +0100)
lib/jcore.jar
src/java/org/mxchange/addressbook/beans/country/CountryWebApplicationBean.java

index a2972e6fc4702d5293d1c0b46b2a83acd92d9b29..a5001cda3e95c0b4df6849a556df1d213c98fd49 100644 (file)
Binary files a/lib/jcore.jar and b/lib/jcore.jar differ
index bae6f54519158ee96fe3d2be8019d0cd1f86e255..48df93e408e2e96192f850aa9919f31af12d702b 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();
        }
 }