]> git.mxchange.org Git - jshop-lib.git/blobdiff - src/org/mxchange/jshopcore/model/customer/CustomerSessionBeanRemote.java
Auto-formatted whole project
[jshop-lib.git] / src / org / mxchange / jshopcore / model / customer / CustomerSessionBeanRemote.java
index a3709b33a16ea8e48f9d9f108167d3b1018c3385..26b9e72c8bf768aa0d8d47829b5cd5dafb2d40d3 100644 (file)
@@ -32,6 +32,7 @@ public interface CustomerSessionBeanRemote extends Serializable {
         * Fills given customer instance with all available data
         * <p>
         * @param customer Initial Customer instance
+        * <p>
         * @return Prepared Customer instance
         */
        public Customer fillCustomerData (final Customer customer);
@@ -40,6 +41,7 @@ public interface CustomerSessionBeanRemote extends Serializable {
         * Checks if the the given customer instance is already registered
         * <p>
         * @param customer Customer instance
+        * <p>
         * @return Whether the customer is already registered
         */
        public boolean isReqistered (final Customer customer);
@@ -49,7 +51,9 @@ public interface CustomerSessionBeanRemote extends Serializable {
         * persisting.
         * <p>
         * @param customer Initial customer instance
+        * <p>
         * @return Prepared Customer instance
+        * <p>
         * @throws
         * org.mxchange.jshopcore.exceptions.CustomerAlreadyRegisteredException If
         * the customer is already registered.