]> git.mxchange.org Git - jshop-lib.git/commitdiff
Updated jar + renamed method (tpyo fixed)
authorRoland Haeder <roland@mxchange.org>
Wed, 16 Sep 2015 10:02:40 +0000 (12:02 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 16 Sep 2015 11:26:03 +0000 (13:26 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

lib/jcoreee.jar
lib/jshop-core.jar
src/org/mxchange/jshopcore/model/basket/BasketSessionBeanRemote.java

index 20252ca040b5e56afe2e392067112c8f883da4a8..32a615bb007b46294addca4ea2c1ef2ab8f6eaba 100644 (file)
Binary files a/lib/jcoreee.jar and b/lib/jcoreee.jar differ
index eda325ad96c4276316490de4a45cd21f95ecefb3..4a925a98e00a79fc5b0c6700114d4cd5499d74b2 100644 (file)
Binary files a/lib/jshop-core.jar and b/lib/jshop-core.jar differ
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);
 }