]> git.mxchange.org Git - jcustomer-lib.git/commitdiff
updated jcoreee.jar
authorRoland Haeder <roland@mxchange.org>
Sun, 6 Sep 2015 09:09:29 +0000 (11:09 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 6 Sep 2015 09:09:29 +0000 (11:09 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

lib/jcoreee.jar
src/org/mxchange/jshopeelib/beans/remote/shop/ShopSessionBeanRemote.java

index 6b049a2cc5958ef61960a46098335ae642c838c6..e94d33f4b7bc5b18217ee5a4cb36a81e3c77a032 100644 (file)
Binary files a/lib/jcoreee.jar and b/lib/jcoreee.jar differ
index 0187d686894f57bbcaaeef15a12f76a1738e8b90..2076e2245b6323b259d01f6bce117c4400285482 100644 (file)
@@ -28,13 +28,15 @@ import org.mxchange.jshopeelib.beans.ShopBean;
 
 /**
  * A remote-call interface for the shop
+ *
  * @author Roland Haeder
  */
 @Remote
 public interface ShopSessionBeanRemote extends ShopBean {
+
        /**
         * Some "getter" for an iterator of only available products
-        * 
+        *
         * @return Only available products
         * @throws java.rmi.RemoteException If anything went wrong
         */
@@ -58,7 +60,7 @@ public interface ShopSessionBeanRemote extends ShopBean {
 
        /**
         * Some "getter" for a linked list of only available products
-        * 
+        *
         * @return Only available products
         * @throws java.rmi.RemoteException If anything went wrong
         */