]> git.mxchange.org Git - jcore.git/commitdiff
Default gender is UNKNOWN
authorRoland Haeder <roland@mxchange.org>
Thu, 3 Sep 2015 06:31:53 +0000 (08:31 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 3 Sep 2015 06:31:53 +0000 (08:31 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/jcore/contact/BaseContact.java

index 3ac3c04d1f7868fbb9873b288b7ec49089d00537..297b4861f4c9a1dd9c13a1ebbddf0e0280ac5c4e 100644 (file)
@@ -123,6 +123,8 @@ public class BaseContact extends BaseFrameworkSystem implements Contact, Compara
         * and provide proper constructors.
         */
        protected BaseContact () {
+               // Fake gender
+               this.setGender(Gender.UNKNOWN);
        }
 
        /**