]> git.mxchange.org Git - juser-core.git/commitdiff
minor: fixed documentation
authorRoland Häder <roland@mxchange.org>
Fri, 17 Jun 2016 07:56:53 +0000 (09:56 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 17 Jun 2016 07:56:53 +0000 (09:56 +0200)
src/org/mxchange/jusercore/events/login/UserLoginEvent.java

index 2ad452bda8405a67f0c156e799f2739b60f7dc0b..bfc25a6b8f6381489434badb47136edc88b88afe 100644 (file)
@@ -37,9 +37,9 @@ public class UserLoginEvent implements UserLoggedInEvent {
        private final User loggedInUser;
 
        /**
-        * Constructor with updated loggedInUser instance
+        * Constructor with updated user instance
         * <p>
-        * @param loggedInUser Updated loggedInUser instance
+        * @param loggedInUser Updated user instance
         */
        public UserLoginEvent (final User loggedInUser) {
                // Is the logged-in user instance valid?