]> git.mxchange.org Git - jcustomer-core.git/blobdiff - src/org/mxchange/jshopcore/model/basket/BaseBasket.java
auto-formatted project + updated jars
[jcustomer-core.git] / src / org / mxchange / jshopcore / model / basket / BaseBasket.java
index 4d8e7c4480073f3463e808a0f1dd9ab2c9e8b053..85df7bb646d79531a5b226356608fa9d87847583 100644 (file)
@@ -24,7 +24,7 @@ import org.mxchange.jshopcore.exceptions.BasketItemAlreadyAddedException;
 /**
  * A general basket class. This class does not store any properties, it only
  * contains logic for handling the items (T).
- *
+ * <p>
  * @author Roland Haeder<roland@mxchange.org>
  * @param <T> Any instance that implements AddableBasketItem
  */