]> git.mxchange.org Git - jshop-lib.git/blobdiff - src/org/mxchange/jshopcore/model/category/AdminCategorySessionBeanRemote.java
Cleanup through inspection + updated jar(s)
[jshop-lib.git] / src / org / mxchange / jshopcore / model / category / AdminCategorySessionBeanRemote.java
index 378a504d2b4800df58bc966773a20369f15123bf..837f46289c37b1f258a11839937f4ab169e107e5 100644 (file)
@@ -42,5 +42,5 @@ public interface AdminCategorySessionBeanRemote extends Serializable {
         * @throws org.mxchange.jshopcore.exceptions.CannotAddCategoryException If
         * the category cannot be added
         */
-       public Category doAdminAddCategory (final Category category) throws CategoryTitleAlreadyUsedException, CannotAddCategoryException;
+       Category doAdminAddCategory (final Category category) throws CategoryTitleAlreadyUsedException, CannotAddCategoryException;
 }