]> git.mxchange.org Git - juser-login-lib.git/blobdiff - src/org/mxchange/jusercore/model/user/UserSessionBeanRemote.java
Auto-formatted whole project
[juser-login-lib.git] / src / org / mxchange / jusercore / model / user / UserSessionBeanRemote.java
index ed4725649fbc78191f8bc15aaf99db9e6f952077..ae8e9251787b1b7854ac20c3cc20dc5cb53735bb 100644 (file)
@@ -32,6 +32,7 @@ public interface UserSessionBeanRemote extends Serializable {
         * Fills given user instance with all available data
         * <p>
         * @param user Initial User instance
+        * <p>
         * @return Prepared User instance
         */
        public User fillUserData (final User user);
@@ -54,6 +55,7 @@ public interface UserSessionBeanRemote extends Serializable {
         * Checks if the the given user's name is already registered
         * <p>
         * @param user User instance
+        * <p>
         * @return Whether the user is already registered
         */
        public boolean isUserNameReqistered (final User user);
@@ -62,6 +64,7 @@ public interface UserSessionBeanRemote extends Serializable {
         * Checks if the the given user's email address is already registered
         * <p>
         * @param user User instance
+        * <p>
         * @return Whether the user is already registered
         */
        public boolean isEmailAddressReqistered (final User user);