]> git.mxchange.org Git - jcustomer-lib.git/blobdiff - src/org/mxchange/jshopcore/model/category/CategorySessionBeanRemote.java
auto-formatted project + updated jars
[jcustomer-lib.git] / src / org / mxchange / jshopcore / model / category / CategorySessionBeanRemote.java
index 52e1c86d02bbb5f99de1827224d8828622ca8cd1..312e00da51e3660121b4114e56031d2e35b543da 100644 (file)
@@ -22,7 +22,7 @@ import javax.ejb.Remote;
 
 /**
  * A remote-call interface for the shop
- *
+ * <p>
  * @author Roland Haeder<roland@mxchange.org>
  */
 @Remote
@@ -30,7 +30,7 @@ public interface CategorySessionBeanRemote extends Serializable {
 
        /**
         * Some "getter" for a linked list of all categories
-        *
+        * <p>
         * @return All categories
         */
        public List<Category> getAllCategories ();