From 121d21144c200db1e078fffed3257d71d6587e4c Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 19 Feb 2016 15:48:10 +0100 Subject: [PATCH] Added missing javadoc --- .../beans/country/CountryWebApplicationBean.java | 3 +++ 1 file changed, 3 insertions(+) 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(); -- 2.39.5