]> git.mxchange.org Git - jcontacts-core.git/commitdiff
Continued a bit:
authorRoland Haeder <roland@mxchange.org>
Thu, 7 Apr 2016 09:23:22 +0000 (11:23 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 7 Apr 2016 09:28:42 +0000 (11:28 +0200)
- size only applies for strings, no need here (cleanup)
- updated jar(s)

lib/jcountry-core.jar
lib/jphone-core.jar
src/org/mxchange/jcontacts/contact/UserContact.java

index 49be2e4aa7b60c8ea2109ed5fbe2002af4911630..01a8041b9818458cfcaf5783e01d872b7be6d95c 100644 (file)
Binary files a/lib/jcountry-core.jar and b/lib/jcountry-core.jar differ
index c997cecc6f5630b8b2bb4b4420787610650dc450..be67aae9533634e3354ff8cb71c1428268e64e72 100644 (file)
Binary files a/lib/jphone-core.jar and b/lib/jphone-core.jar differ
index 3a368ba1572ff50237129dd61f03ed689f1a5864..b59ef7096a0e82e6604d6953a905ea1e285e9dd1 100644 (file)
@@ -165,7 +165,7 @@ public class UserContact implements Contact {
         */
        @Id
        @GeneratedValue (strategy = GenerationType.IDENTITY)
-       @Column (name = "contact_id", length = 20, nullable = false, updatable = false)
+       @Column (name = "contact_id", nullable = false, updatable = false)
        private Long contactId;
 
        /**