]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Added missing javadoc
authorRoland Haeder <roland@mxchange.org>
Fri, 19 Feb 2016 14:48:10 +0000 (15:48 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 19 Feb 2016 14:48:10 +0000 (15:48 +0100)
src/java/org/mxchange/pizzaapplication/beans/country/CountryWebApplicationBean.java

index bccfd22d487ef1d446329832022cc45aecac633c..173ff61d87fe02bb4f433d198348eac5532486b5 100644 (file)
@@ -75,6 +75,9 @@ public class CountryWebApplicationBean implements CountryWebApplicationControlle
                return Collections.unmodifiableList(this.countryList);
        }
 
+       /**
+        * Post-initialization of this class
+        */
        @PostConstruct
        public void init () {
                this.countryList = this.countryBean.allCountries();