]> git.mxchange.org Git - jcustomer-core.git/blobdiff - src/org/mxchange/jshopcore/model/category/ProductCategory.java
auto-formatted project + updated jars
[jcustomer-core.git] / src / org / mxchange / jshopcore / model / category / ProductCategory.java
index 2fb8d0854a0aa54cdcf2c1a0a39e19a5da4dfd93..c5b055f7330411acce96091a0027010a48eb988a 100644 (file)
@@ -29,7 +29,7 @@ import javax.persistence.Table;
 
 /**
  * A product category
- *
+ * <p>
  * @author Roland Haeder<roland@mxchange.org>
  */
 @Entity (name = "category")
@@ -65,7 +65,7 @@ public class ProductCategory implements Category, Comparable<Category> {
 
        /**
         * Constructor which accepts all database fields
-        *
+        * <p>
         * @param categoryId Id number of database record
         * @param categoryTitle Category categoryTitle
         * @param parentCategory Parent category