]> git.mxchange.org Git - jcustomer-lib.git/blobdiff - src/org/mxchange/jshopcore/model/product/AdminProductSessionBeanRemote.java
Cleanup through inspection + updated jar(s)
[jcustomer-lib.git] / src / org / mxchange / jshopcore / model / product / AdminProductSessionBeanRemote.java
index 5168f201e17396f8e4559208478789b5ae84a784..039b2c78bb70c0ebfd45306bfa01436c06d018f2 100644 (file)
@@ -35,7 +35,7 @@ public interface AdminProductSessionBeanRemote extends Serializable {
         * <p>
         * @return All products
         */
-       public List<Product> getAllProducts ();
+       List<Product> getAllProducts ();
 
        /**
         * Adds given product data from request to database
@@ -50,5 +50,5 @@ public interface AdminProductSessionBeanRemote extends Serializable {
         * @throws org.mxchange.jshopcore.exceptions.CannotAddProductException If
         * something unexpected happened
         */
-       public Product doAdminAddProduct (final Product product) throws ProductTitleAlreadyUsedException, CannotAddProductException;
+       Product doAdminAddProduct (final Product product) throws ProductTitleAlreadyUsedException, CannotAddProductException;
 }