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