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

index 173ff61d87fe02bb4f433d198348eac5532486b5..457621b41b71a8962b1931a2fa11984c26b002cd 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();
        }
 }