X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Forg%2Fmxchange%2Faddressbook%2Fclient%2Fgui%2FAddressbookFrame.java;h=8df0da35d37a9e39fcad164622fca865c7a9723a;hb=166da67a6b9077b6df3e34892439adb0f8c6b91c;hp=5cb115cceed47ff894db35e1fd2db4cd4d05afbd;hpb=85a424bdbd60842a4b635d4cb9644042ff76202d;p=jfinancials-swing.git diff --git a/src/org/mxchange/addressbook/client/gui/AddressbookFrame.java b/src/org/mxchange/addressbook/client/gui/AddressbookFrame.java index 5cb115c..8df0da3 100644 --- a/src/org/mxchange/addressbook/client/gui/AddressbookFrame.java +++ b/src/org/mxchange/addressbook/client/gui/AddressbookFrame.java @@ -53,7 +53,7 @@ import org.mxchange.addressbook.exceptions.ContactAlreadyAddedException; import org.mxchange.addressbook.manager.contact.ManageableAddressbookContact; import org.mxchange.jcore.client.Client; import org.mxchange.jcore.contact.Contact; -import org.mxchange.jcore.contact.Gender; +import org.mxchange.jcore.contact.gender.Gender; import org.mxchange.jcore.exceptions.BadTokenException; import org.mxchange.jcore.exceptions.CorruptedDatabaseFileException; import org.mxchange.jcore.exceptions.FrameAlreadyInitializedException;