]> git.mxchange.org Git - jshop-lib.git/blobdiff - src/org/mxchange/jshopcore/model/product/ProductSessionBeanRemote.java
Cleanup through inspection + updated jar(s)
[jshop-lib.git] / src / org / mxchange / jshopcore / model / product / ProductSessionBeanRemote.java
index 343f2f53589f6893919727646746744498219957..a644d745324d0c8c258af6226106e0e60047fae0 100644 (file)
@@ -33,5 +33,5 @@ public interface ProductSessionBeanRemote extends Serializable {
         * <p>
         * @return Only available products
         */
-       public List<Product> getAvailableProducts ();
+       List<Product> getAvailableProducts ();
 }