X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Forg%2Fmxchange%2Faddressbook%2Ffacade%2Fcontact%2FContactFacade.java;h=0318ee930b1ee170d5e60f1a399eac171e477ef9;hb=de75d32b4097e17ee3c690172ca7c2dd0b8dcea0;hp=61d25514bf237abdf0c201b132fc6ecfef719da0;hpb=33b5df63d39350dfbc6f9d6c5d35be7dfdd98007;p=addressbook-swing.git diff --git a/src/org/mxchange/addressbook/facade/contact/ContactFacade.java b/src/org/mxchange/addressbook/facade/contact/ContactFacade.java index 61d2551..0318ee9 100644 --- a/src/org/mxchange/addressbook/facade/contact/ContactFacade.java +++ b/src/org/mxchange/addressbook/facade/contact/ContactFacade.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 Roland Häder + * Copyright (C) 2016, 2020 Free Software Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ import java.io.IOException; import org.mxchange.jcontacts.contact.Contact; import org.mxchange.jcontacts.contact.title.PersonalTitle; import org.mxchange.jcontacts.exceptions.ContactAlreadyAddedException; -import org.mxchange.jcontactsbusiness.exceptions.BusinessDataAlreadyAddedException; +import org.mxchange.jcontactsbusiness.exceptions.basicdata.BusinessDataAlreadyAddedException; import org.mxchange.jcore.facade.Facade; import org.mxchange.jcountry.data.Country; import org.mxchange.jphone.phonenumbers.fax.DialableFaxNumber; @@ -40,7 +40,7 @@ public interface ContactFacade extends Facade { * @param contact Contact instance to add *

* @throws - * org.mxchange.jcontactsbusiness.exceptions.BusinessDataAlreadyAddedException + * org.mxchange.jcontactsbusiness.exceptions.basicdata.BusinessDataAlreadyAddedException * If the contact is already added */ void addContact (final Contact contact) throws BusinessDataAlreadyAddedException;