From: Roland Haeder <roland@mxchange.org>
Date: Thu, 10 Sep 2015 07:25:57 +0000 (+0200)
Subject: updated comments a bit. This is no POJO.
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8c769586f2e78ce355d68e0d21bf123ed362457c;p=jproduct-core.git

updated comments a bit. This is no POJO.
Signed-off-by:Roland Häder <roland@mxchange.org>
---

diff --git a/src/org/mxchange/jshopcore/model/basket/BaseBasket.java b/src/org/mxchange/jshopcore/model/basket/BaseBasket.java
index fcf10ea..54ac276 100644
--- a/src/org/mxchange/jshopcore/model/basket/BaseBasket.java
+++ b/src/org/mxchange/jshopcore/model/basket/BaseBasket.java
@@ -19,7 +19,8 @@ package org.mxchange.jshopcore.model.basket;
 import java.util.Map;
 
 /**
- * A general basket class
+ * A general basket class. This class does not store any properties, it only
+ * contains logic for handling the items (T).
  *
  * @author Roland Haeder
  * @param <T> Any instance that implements AddableBasketItem