]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
don't show a warning here, returning original list is wanted
authorRoland Haeder <roland@mxchange.org>
Tue, 11 Apr 2017 09:58:27 +0000 (11:58 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 11 Apr 2017 10:28:08 +0000 (12:28 +0200)
src/java/org/mxchange/pizzaapplication/beans/country/PizzaCountryWebApplicationBean.java

index db834d55e30eb046988725a16fdd33cafda5bc36..c330d49289c692eed9292bf05fb06d7312c3eada 100644 (file)
@@ -94,6 +94,7 @@ public class PizzaCountryWebApplicationBean extends BasePizzaController implemen
        }
 
        @Override
+       @SuppressWarnings ("ReturnOfCollectionOrArrayField")
        public List<Country> allCountries () {
                // Return "cached" version
                return this.countryList;