]> git.mxchange.org Git - pizzaservice-swing.git/commitdiff
Auto-formatted whole project
authorRoland Haeder <roland@mxchange.org>
Fri, 9 Oct 2015 19:40:41 +0000 (21:40 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 9 Oct 2015 19:40:41 +0000 (21:40 +0200)
src/org/mxchange/pizzaapplication/application/PizzaApplication.java
src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java

index f7b2262d04b2761087f3e9c422a95e92862e308e..e6b158e5123e12b82bbcb07b6c8329a9c44d5489 100644 (file)
@@ -36,6 +36,7 @@ public interface PizzaApplication extends Application {
         * Adds given category data from request to database
         * <p>
         * @param category Category instance
+        * <p>
         * @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
         * <p>
         * @param product Product instance
+        * <p>
         * @throws
         * org.mxchange.jshopcore.exceptions.ProductTitleAlreadyUsedException If the
         * * product's title has been used
index 3af5428e697dd5a214f646f98e88d4edea5cc766..3460a2198f724c04cd54bbddf23f54460e9fce2d 100644 (file)
@@ -225,6 +225,7 @@ public class PizzaServiceApplication extends BasePizzaServiceSystem implements P
         * Checks whether given category title is already used
         * <p>
         * @param title Title of category to check
+        * <p>
         * @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.
         * <p>
         * @param category Category instance
+        * <p>
         * @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.
         * <p>
         * @param product Product instance
+        * <p>
         * @return Whether the product title is already used
         */
        private boolean isProductTitleUsed (final Product product) {