From: Roland Haeder Date: Fri, 9 Oct 2015 19:40:41 +0000 (+0200) Subject: Auto-formatted whole project X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4021f0bbc675b04d2f0631dda6a15fdb957818e4;p=pizzaservice-swing.git Auto-formatted whole project --- diff --git a/src/org/mxchange/pizzaapplication/application/PizzaApplication.java b/src/org/mxchange/pizzaapplication/application/PizzaApplication.java index f7b2262..e6b158e 100644 --- a/src/org/mxchange/pizzaapplication/application/PizzaApplication.java +++ b/src/org/mxchange/pizzaapplication/application/PizzaApplication.java @@ -36,6 +36,7 @@ public interface PizzaApplication extends Application { * Adds given category data from request to database *

* @param category Category instance + *

* @throws * org.mxchange.jshopcore.exceptions.CategoryTitleAlreadyUsedException If * the category's title has been used @@ -46,6 +47,7 @@ public interface PizzaApplication extends Application { * Adds given product data from request to database *

* @param product Product instance + *

* @throws * org.mxchange.jshopcore.exceptions.ProductTitleAlreadyUsedException If the * * product's title has been used diff --git a/src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java b/src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java index 3af5428..3460a21 100644 --- a/src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java +++ b/src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java @@ -225,6 +225,7 @@ public class PizzaServiceApplication extends BasePizzaServiceSystem implements P * Checks whether given category title is already used *

* @param title Title of category to check + *

* @return Whether it has been found */ private boolean isCategoryTitleUsed (final String title) { @@ -239,6 +240,7 @@ public class PizzaServiceApplication extends BasePizzaServiceSystem implements P * Checks if category's title is already used. *

* @param category Category instance + *

* @return Whether the product title is already used */ private boolean isCategoryTitleUsed (final Category category) { @@ -274,6 +276,7 @@ public class PizzaServiceApplication extends BasePizzaServiceSystem implements P * Checks if product's title is already used. *

* @param product Product instance + *

* @return Whether the product title is already used */ private boolean isProductTitleUsed (final Product product) {