]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
added redirection outcomes to all "addFoo" methods
authorRoland Häder <roland@mxchange.org>
Wed, 27 Apr 2016 10:30:07 +0000 (12:30 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 7 May 2016 13:48:32 +0000 (15:48 +0200)
Signed-off-by: Roland Häder <roland@haeder.net>
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/pizzaapplication/beans/country/PizzaAdminCountryWebRequestController.java

index d0e7d9f6335365d053d23424970fc96f2eb40d3a..b6a54e3dacfeaaa2d63bc8a12a016cda28ea40c5 100644 (file)
@@ -102,7 +102,7 @@ public interface PizzaAdminCountryWebRequestController extends Serializable {
         * Setter for whether the local dial prefix is required for local calls
         * <p>
         * @param countryIsLocalPrefixRequired Whether the local dial prefix is
-        *                                     required
+        * required
         */
        void setCountryIsLocalPrefixRequired (final Boolean countryIsLocalPrefixRequired);