]> git.mxchange.org Git - juser-login-lib.git/commitdiff
fixed line-breaking (needs fixing NetBeans settings)
authorRoland Haeder <roland@mxchange.org>
Thu, 21 Apr 2016 20:05:59 +0000 (22:05 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 21 Apr 2016 20:05:59 +0000 (22:05 +0200)
src/org/mxchange/jusercore/model/user/UserSessionBeanRemote.java

index 80a55f52d8a9e85f640cedbfd4aa0fa9c68e9113..e05fb14b7da474c92459c73a26486088c162730a 100644 (file)
@@ -48,9 +48,7 @@ public interface UserSessionBeanRemote extends Serializable {
         * <p>
         * @return User instance
         *
-        * @throws org.mxchange.jusercore.exceptions.UserNotFoundException If the
-        *                                                                 user is
-        *                                                                 not found
+        * @throws org.mxchange.jusercore.exceptions.UserNotFoundException If the user is not found
         */
        User findUserById (final Long userId) throws UserNotFoundException;
 
@@ -61,22 +59,8 @@ public interface UserSessionBeanRemote extends Serializable {
         * <p>
         * @return Updated user instance
         * <p>
-        * @throws
-        * org.mxchange.jusercore.exceptions.UserNameAlreadyRegisteredException     When
-        *                                                                          the
-        *                                                                          user
-        *                                                                          name
-        *                                                                          is
-        *                                                                          already
-        *                                                                          used
-        * @throws
-        *       *                                                                          org.mxchange.jusercore.exceptions.EmailAddressAlreadyRegisteredException When
-        *                                                                          the
-        *                                                                          email
-        *                                                                          address
-        *                                                                          is
-        *                                                                          already
-        *                                                                          used
+        * @throws org.mxchange.jusercore.exceptions.UserNameAlreadyRegisteredException When the user name is already used
+        * @throws org.mxchange.jusercore.exceptions.EmailAddressAlreadyRegisteredException When the email address is already used
         */
        User addUser (final User user) throws UserNameAlreadyRegisteredException, EmailAddressAlreadyRegisteredException;