X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Forg%2Fmxchange%2Fjshopcore%2Fexceptions%2FBasketItemAlreadyAddedException.java;h=6f09ee9d7dd8f8d932cda332862dc0d8d4af3762;hb=672084ab2c551cbff8c8c424780ed344f7c13925;hp=053d7fbe620f39f03c1b1369d9b0780644abca3f;hpb=0b215d6018a6f8879eebc87ed991b19d6dfe38ad;p=jcustomer-core.git diff --git a/src/org/mxchange/jshopcore/exceptions/BasketItemAlreadyAddedException.java b/src/org/mxchange/jshopcore/exceptions/BasketItemAlreadyAddedException.java index 053d7fb..6f09ee9 100644 --- a/src/org/mxchange/jshopcore/exceptions/BasketItemAlreadyAddedException.java +++ b/src/org/mxchange/jshopcore/exceptions/BasketItemAlreadyAddedException.java @@ -22,7 +22,7 @@ import org.mxchange.jshopcore.model.basket.AddableBasketItem; /** * An exception thrown when the given item is already added to the * basketController. - * + *

* @author Roland Haeder */ public class BasketItemAlreadyAddedException extends Exception { @@ -34,7 +34,7 @@ public class BasketItemAlreadyAddedException extends Exception { /** * Constructor with item instance T - * + *

* @param Any item that is or extends the interface * @param item An instance of a T item */