]> git.mxchange.org Git - juser-lib.git/commitdiff
tpzo fixed
authorRoland Häder <roland@mxchange.org>
Sat, 5 Aug 2017 18:22:33 +0000 (20:22 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 5 Aug 2017 18:22:40 +0000 (20:22 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jusercore/model/user/UserSessionBeanRemote.java

index f59066162f6e5a71210873f3d045d9fea9564e01..15ede4b4dcbad41d10e6490d3fa6c84fc154e7a0 100644 (file)
@@ -50,7 +50,7 @@ public interface UserSessionBeanRemote extends Serializable {
 
        /**
         * Changes the user' account status to CONFIRMED if the status is
-        * UNCONFIRMED, else propper exceptions are thrown.
+        * UNCONFIRMED, else proper exceptions are thrown.
         * <p>
         * @param user Unconfirmed user instance
         * @param baseUrl Base URL
@@ -70,7 +70,7 @@ public interface UserSessionBeanRemote extends Serializable {
        String generateRandomUserName ();
 
        /**
-        * Updates entiity from given user instance and returns updated instance.
+        * Updates entity from given user instance and returns updated instance.
         * <p>
         * @param user User instance to update
         * <p>