X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Forg%2Fmxchange%2Fjshopcore%2Fmodel%2Fproduct%2FAdminProductSessionBeanRemote.java;h=039b2c78bb70c0ebfd45306bfa01436c06d018f2;hb=42f309299ed8ff01eaf5b605183bab1df23e6fa0;hp=5168f201e17396f8e4559208478789b5ae84a784;hpb=aebfe6cdb4b5f753ec7e86cb512690bf22126c80;p=jcustomer-lib.git diff --git a/src/org/mxchange/jshopcore/model/product/AdminProductSessionBeanRemote.java b/src/org/mxchange/jshopcore/model/product/AdminProductSessionBeanRemote.java index 5168f20..039b2c7 100644 --- a/src/org/mxchange/jshopcore/model/product/AdminProductSessionBeanRemote.java +++ b/src/org/mxchange/jshopcore/model/product/AdminProductSessionBeanRemote.java @@ -35,7 +35,7 @@ public interface AdminProductSessionBeanRemote extends Serializable { *

* @return All products */ - public List getAllProducts (); + List 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; }