]> git.mxchange.org Git - jcustomer-lib.git/blobdiff - src/org/mxchange/jshopcore/model/basket/BasketSessionBeanRemote.java
Merge branch 'master' of file:///media/quix0r/INTENSO/Java Project/jshop-ee-lib
[jcustomer-lib.git] / src / org / mxchange / jshopcore / model / basket / BasketSessionBeanRemote.java
index 2eb7d1ffaaaaa1ca5ceeb1f2a2af7f22b329f283..54bbf59ecc9de8ba6ec1f0378b8b4eda4533a41a 100644 (file)
@@ -35,5 +35,5 @@ public interface BasketSessionBeanRemote extends Serializable {
         * @param customer Customer instance
         * @param itemList Ordered items list
         */
-       public void aregisterItems (final Customer customer, final List<AddableBasketItem> itemList);
+       public void registerItems (final Customer customer, final List<AddableBasketItem> itemList);
 }