]> git.mxchange.org Git - jfinancials-lib.git/blobdiff - Addressbook/src/org/mxchange/addressbook/client/Client.java
Moved exceptions in own package
[jfinancials-lib.git] / Addressbook / src / org / mxchange / addressbook / client / Client.java
index 6e28668d605a3f9d332ac9812123b752a94d6a69..42b7b7cd262730fdcbd9a37812aebc482588f8cc 100644 (file)
@@ -17,7 +17,7 @@
 package org.mxchange.addressbook.client;
 
 import org.mxchange.addressbook.FrameworkInterface;
-import org.mxchange.addressbook.UnhandledUserChoiceException;
+import org.mxchange.addressbook.exceptions.UnhandledUserChoiceException;
 import org.mxchange.addressbook.contact.Contact;
 import org.mxchange.addressbook.menu.item.SelectableMenuItem;