]> git.mxchange.org Git - jcustomer-lib.git/blobdiff - src/org/mxchange/jshopcore/model/basket/BasketSessionBeanRemote.java
renamed for naming convention
[jcustomer-lib.git] / src / org / mxchange / jshopcore / model / basket / BasketSessionBeanRemote.java
index 82566541e932476e6f43a3ccb6048dc9089a6c1c..ea0be6f6af2bca600e8970ce91db36e37c80d12b 100644 (file)
@@ -33,9 +33,9 @@ public interface BasketSessionBeanRemote extends Serializable {
         * Registers the order list of tems with the customer
         * <p>
         * @param customer Customer instance
-        * @param itemList Ordered items list
+        * @param orderedItems Ordered items list
         * <p>
         * @return Access key
         */
-       public String registerItems (final Customer customer, final List<AddableBasketItem> itemList);
+       public String registerItems (final Customer customer, final List<AddableBasketItem> orderedItems);
 }