import org.mxchange.addressbook.facade.contact.ContactFacade;
import org.mxchange.addressbook.menu.Menu;
import org.mxchange.jcore.client.BaseClient;
-import org.mxchange.jcore.client.Client;
import org.mxchange.jcoreeelogger.beans.local.logger.Log;
import org.mxchange.jcoreeelogger.beans.local.logger.LoggerBeanLocal;
// Init contact facade with console client
// TODO Static initial amount of contacts
- ContactFacade facade = new AddressbookContactFacade((Client) this);
+ ContactFacade facade = new AddressbookContactFacade(this);
// Set it here
this.setFacade(facade);