]> git.mxchange.org Git - juser-core.git/commitdiff
some comments updated + updated jar(s)
authorRoland Haeder <roland@mxchange.org>
Sat, 5 Mar 2016 16:41:49 +0000 (17:41 +0100)
committerRoland Haeder <roland@mxchange.org>
Sun, 6 Mar 2016 13:51:28 +0000 (14:51 +0100)
lib/jcontacts-core.jar
lib/jcore.jar
lib/jcoreee.jar
src/org/mxchange/jusercore/model/user/User.java

index 0d39fc70d693bcc904f9965cae2c4637794762b7..5b606851296f4af4c3b13d0a920743709539ed6c 100644 (file)
Binary files a/lib/jcontacts-core.jar and b/lib/jcontacts-core.jar differ
index a5001cda3e95c0b4df6849a556df1d213c98fd49..eda5d6c5d20ad4bf93b64edd1bba696272a33988 100644 (file)
Binary files a/lib/jcore.jar and b/lib/jcore.jar differ
index 8fa7868d036fb8592e8acfcd35cc661720d5984d..56cbaea0b2945de9682c583431ff72bbd17ce48a 100644 (file)
Binary files a/lib/jcoreee.jar and b/lib/jcoreee.jar differ
index 01092a2b7399f2e96da3910cbbbbab948cc5bd87..c5705d55aa8ca536d38b46fa317e2ebd6844844c 100644 (file)
@@ -30,7 +30,7 @@ import org.mxchange.jusercore.model.user.status.UserAccountStatus;
 public interface User extends Serializable {
 
        /**
-        * Copies all attributes from other customer object to this
+        * Copies all attributes from other user object to this
         * <p>
         * @param userSource Source instance
         */