]> git.mxchange.org Git - jcustomer-core.git/blobdiff - src/org/mxchange/jshopcore/exceptions/CannotAddCategoryException.java
auto-formatted project + updated jars
[jcustomer-core.git] / src / org / mxchange / jshopcore / exceptions / CannotAddCategoryException.java
index 45247a45e258faab275cc77dcdc48949d46d5606..2bc03de091d6ca2238ab4d293fec674a69ea0b91 100644 (file)
@@ -19,7 +19,7 @@ package org.mxchange.jshopcore.exceptions;
 /**
  * An exception thrown when the category cannot be added for a "low level"
  * reason.
- *
+ * <p>
  * @author Roland Haeder
  */
 public class CannotAddCategoryException extends Exception {
@@ -31,7 +31,7 @@ public class CannotAddCategoryException extends Exception {
 
        /**
         * Constructor with cause
-        *
+        * <p>
         * @param cause Causing exception
         */
        public CannotAddCategoryException (final Throwable cause) {