]> git.mxchange.org Git - jshop-lib.git/commitdiff
Removed old lost method
authorRoland Haeder <roland@mxchange.org>
Sat, 5 Sep 2015 21:44:09 +0000 (23:44 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 5 Sep 2015 21:44:09 +0000 (23:44 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/jshopeelib/beans/remote/basket/BasketSessionBeanRemote.java

index dfced7ffe8d5c09c6f754e52ceffa43e2e3fdedb..0c1733975eb96d139b204842f17b0f0953cf5a6e 100644 (file)
@@ -64,14 +64,6 @@ public interface BasketSessionBeanRemote extends ShopBean {
         */
        public boolean isAdded (final AddableBasketItem item) throws RemoteException;
 
-       /**
-        * Getter for human-readable string from given key
-        *
-        * @param key Key to return
-        * @return Human-readable message
-        */
-       public String getMessageStringFromKey (final String key);
-
        /**
         * Some "getter" for all entries in this basket
         *