From 8c769586f2e78ce355d68e0d21bf123ed362457c Mon Sep 17 00:00:00 2001
From: Roland Haeder <roland@mxchange.org>
Date: Thu, 10 Sep 2015 09:25:57 +0200
Subject: [PATCH] =?utf8?q?updated=20comments=20a=20bit.=20This=20is=20no?=
 =?utf8?q?=20POJO.=20Signed-off-by:Roland=20H=C3=A4der=20<roland@mxchange.?=
 =?utf8?q?org>?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 src/org/mxchange/jshopcore/model/basket/BaseBasket.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
-- 
2.39.5