]> git.mxchange.org Git - jcustomer-core.git/commitdiff
updated comments a bit. This is no POJO.
authorRoland Haeder <roland@mxchange.org>
Thu, 10 Sep 2015 07:25:57 +0000 (09:25 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 10 Sep 2015 07:25:57 +0000 (09:25 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/jshopcore/model/basket/BaseBasket.java

index fcf10eaca88168bf5843652a2fa803d8149f3ee1..54ac27660a0e4b13d05c82669272742b92709a34 100644 (file)
@@ -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