From: Roland Haeder Date: Mon, 12 Oct 2015 16:41:53 +0000 (+0200) Subject: renamed for naming convention X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fd0aee8f9cd887169c8ed4775859a6b36df37dbc;p=jshop-lib.git renamed for naming convention --- diff --git a/src/org/mxchange/jshopcore/model/basket/BasketSessionBeanRemote.java b/src/org/mxchange/jshopcore/model/basket/BasketSessionBeanRemote.java index 8256654..ea0be6f 100644 --- a/src/org/mxchange/jshopcore/model/basket/BasketSessionBeanRemote.java +++ b/src/org/mxchange/jshopcore/model/basket/BasketSessionBeanRemote.java @@ -33,9 +33,9 @@ public interface BasketSessionBeanRemote extends Serializable { * Registers the order list of tems with the customer *

* @param customer Customer instance - * @param itemList Ordered items list + * @param orderedItems Ordered items list *

* @return Access key */ - public String registerItems (final Customer customer, final List itemList); + public String registerItems (final Customer customer, final List orderedItems); }