From: Roland Haeder Date: Wed, 16 Sep 2015 10:02:40 +0000 (+0200) Subject: Updated jar + renamed method (tpyo fixed) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=19818c912796a1dc69cbf9909ea3d5b767b5ce0d;p=jshop-lib.git Updated jar + renamed method (tpyo fixed) Signed-off-by:Roland Häder --- diff --git a/lib/jcoreee.jar b/lib/jcoreee.jar index 20252ca..32a615b 100644 Binary files a/lib/jcoreee.jar and b/lib/jcoreee.jar differ diff --git a/lib/jshop-core.jar b/lib/jshop-core.jar index eda325a..4a925a9 100644 Binary files a/lib/jshop-core.jar and b/lib/jshop-core.jar differ diff --git a/src/org/mxchange/jshopcore/model/basket/BasketSessionBeanRemote.java b/src/org/mxchange/jshopcore/model/basket/BasketSessionBeanRemote.java index 2eb7d1f..54bbf59 100644 --- a/src/org/mxchange/jshopcore/model/basket/BasketSessionBeanRemote.java +++ b/src/org/mxchange/jshopcore/model/basket/BasketSessionBeanRemote.java @@ -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 itemList); + public void registerItems (final Customer customer, final List itemList); }