]> git.mxchange.org Git - jcustomer-core.git/blobdiff - src/org/mxchange/jshopcore/exceptions/CategoryTitleAlreadyUsedException.java
auto-formatted project + updated jars
[jcustomer-core.git] / src / org / mxchange / jshopcore / exceptions / CategoryTitleAlreadyUsedException.java
index 33db0d6513260280a0c89d8c486c8e7ba98c78ee..8c477a29f75da8b2b20f7232e44cbb953893b083 100644 (file)
@@ -21,7 +21,7 @@ import org.mxchange.jshopcore.model.category.Category;
 
 /**
  * An exception thrown when the given title is already used
- *
+ * <p>
  * @author Roland Haeder<roland@mxchange.org>
  */
 public class CategoryTitleAlreadyUsedException extends Exception {
@@ -33,7 +33,7 @@ public class CategoryTitleAlreadyUsedException extends Exception {
 
        /**
         * Constructor with HttpServletRequest instance
-        *
+        * <p>
         * @param category Category instance
         */
        public CategoryTitleAlreadyUsedException (final Category category) {