From: Roland Haeder Date: Thu, 10 Sep 2015 20:12:25 +0000 (+0200) Subject: removed thrown exception + updated jars X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a1e037b5b5fb154f8a035df1d23406cdc39c581a;p=jshop-lib.git removed thrown exception + updated jars Signed-off-by:Roland Häder --- diff --git a/lib/jcore.jar b/lib/jcore.jar index de27ca6..00e90e1 100644 Binary files a/lib/jcore.jar and b/lib/jcore.jar differ diff --git a/lib/jcoreee.jar b/lib/jcoreee.jar index 935a2c9..3186bb6 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 4b07e19..1b9d6e3 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 721790a..94661c4 100644 --- a/src/org/mxchange/jshopcore/model/basket/BasketSessionBeanRemote.java +++ b/src/org/mxchange/jshopcore/model/basket/BasketSessionBeanRemote.java @@ -17,7 +17,6 @@ package org.mxchange.jshopcore.model.basket; import java.io.Serializable; -import java.rmi.RemoteException; import java.util.Map; import javax.ejb.Remote; import org.mxchange.jshopcore.exceptions.BasketItemAlreadyAddedException; @@ -42,9 +41,8 @@ public interface BasketSessionBeanRemote extends Serializable { * Checks if the basket is empty * * @return Whether the basket is empty - * @throws java.rmi.RemoteException If something bad happens */ - public boolean isEmpty () throws RemoteException; + public boolean isEmpty (); /** * Checks whether the given product as already been added. If the product's