From: Roland Häder Date: Wed, 27 Apr 2016 10:30:07 +0000 (+0200) Subject: added redirection outcomes to all "addFoo" methods X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a9cba22f7a4a152818ec1be83b3f1d29a182aa2f;p=pizzaservice-war.git added redirection outcomes to all "addFoo" methods Signed-off-by: Roland Häder Signed-off-by: Roland Häder --- diff --git a/src/java/org/mxchange/pizzaapplication/beans/country/PizzaAdminCountryWebRequestController.java b/src/java/org/mxchange/pizzaapplication/beans/country/PizzaAdminCountryWebRequestController.java index d0e7d9f6..b6a54e3d 100644 --- a/src/java/org/mxchange/pizzaapplication/beans/country/PizzaAdminCountryWebRequestController.java +++ b/src/java/org/mxchange/pizzaapplication/beans/country/PizzaAdminCountryWebRequestController.java @@ -102,7 +102,7 @@ public interface PizzaAdminCountryWebRequestController extends Serializable { * Setter for whether the local dial prefix is required for local calls *

* @param countryIsLocalPrefixRequired Whether the local dial prefix is - * required + * required */ void setCountryIsLocalPrefixRequired (final Boolean countryIsLocalPrefixRequired);