]> git.mxchange.org Git - jcustomer-core.git/blobdiff - src/org/mxchange/jshopcore/model/basket/items/BaseItem.java
auto-formatted project + updated jars
[jcustomer-core.git] / src / org / mxchange / jshopcore / model / basket / items / BaseItem.java
index 6c2309fb50dc4888c0d287245a4d380ed8587e19..f7fb19963b5ce65ba48c558fbf8df6b6c0c69781 100644 (file)
@@ -23,7 +23,7 @@ import org.mxchange.jshopcore.model.product.Product;
 /**
  * An item (addedable to a basket) could respresent a product or a discount
  * coupon. This depends on the type of the item.
- *
+ * <p>
  * @author Roland Haeder<roland@mxchange.org>
  */
 public abstract class BaseItem implements AddableBasketItem, Comparable<AddableBasketItem> {