From: Roland Haeder Date: Fri, 19 Feb 2016 14:48:10 +0000 (+0100) Subject: Added missing javadoc X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=121d21144c200db1e078fffed3257d71d6587e4c;p=pizzaservice-war.git Added missing javadoc --- diff --git a/src/java/org/mxchange/pizzaapplication/beans/country/CountryWebApplicationBean.java b/src/java/org/mxchange/pizzaapplication/beans/country/CountryWebApplicationBean.java index bccfd22d..173ff61d 100644 --- a/src/java/org/mxchange/pizzaapplication/beans/country/CountryWebApplicationBean.java +++ b/src/java/org/mxchange/pizzaapplication/beans/country/CountryWebApplicationBean.java @@ -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();