]> git.mxchange.org Git - jcore.git/commit
It is part of the model.
authorRoland Haeder <roland@mxchange.org>
Fri, 4 Sep 2015 19:50:46 +0000 (21:50 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 4 Sep 2015 19:50:46 +0000 (21:50 +0200)
commit51d313937a598a0e0c68832923b97f9a151dbafa
treeaff4d705ce666792395e9930db46c25cfbc3419c
parenta7f1b1006eb3a7109f1d46340af50a6be8622361
It is part of the model.
Signed-off-by:Roland Häder <roland@mxchange.org>
src/org/mxchange/jcore/BaseFrameworkSystem.java
src/org/mxchange/jcore/client/Client.java
src/org/mxchange/jcore/contact/BaseContact.java [deleted file]
src/org/mxchange/jcore/contact/Contact.java [deleted file]
src/org/mxchange/jcore/contact/gender/Gender.java [deleted file]
src/org/mxchange/jcore/contact/gender/GenderUtils.java [deleted file]
src/org/mxchange/jcore/model/contact/BaseContact.java [new file with mode: 0644]
src/org/mxchange/jcore/model/contact/Contact.java [new file with mode: 0644]
src/org/mxchange/jcore/model/contact/gender/Gender.java [new file with mode: 0644]
src/org/mxchange/jcore/model/contact/gender/GenderUtils.java [new file with mode: 0644]