]> git.mxchange.org Git - jcustomer-lib.git/blobdiff - src/org/mxchange/jshopcore/model/category/CategorySessionBeanRemote.java
Cleanup through inspection + updated jar(s)
[jcustomer-lib.git] / src / org / mxchange / jshopcore / model / category / CategorySessionBeanRemote.java
index 312e00da51e3660121b4114e56031d2e35b543da..3d3553eeec2c4c9a4529539e78c22ebc8e06f308 100644 (file)
@@ -33,5 +33,5 @@ public interface CategorySessionBeanRemote extends Serializable {
         * <p>
         * @return All categories
         */
-       public List<Category> getAllCategories ();
+       List<Category> getAllCategories ();
 }