]> git.mxchange.org Git - jcustomer-core.git/blobdiff - src/org/mxchange/jshopcore/exceptions/BasketItemAlreadyAddedException.java
auto-formatted project + updated jars
[jcustomer-core.git] / src / org / mxchange / jshopcore / exceptions / BasketItemAlreadyAddedException.java
index 053d7fbe620f39f03c1b1369d9b0780644abca3f..6f09ee9d7dd8f8d932cda332862dc0d8d4af3762 100644 (file)
@@ -22,7 +22,7 @@ import org.mxchange.jshopcore.model.basket.AddableBasketItem;
 /**
  * An exception thrown when the given item is already added to the
  * basketController.
- *
+ * <p>
  * @author Roland Haeder
  */
 public class BasketItemAlreadyAddedException extends Exception {
@@ -34,7 +34,7 @@ public class BasketItemAlreadyAddedException extends Exception {
 
        /**
         * Constructor with item instance T
-        *
+        * <p>
         * @param <T> Any item that is or extends the interface
         * @param item An instance of a T item
         */