From: Roland Häder Date: Sat, 19 Aug 2017 18:57:47 +0000 (+0200) Subject: Pre cherry-pick: jcontacts-business-core/lib has changed again ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f3b60143618388424c7eb420c9806a3be7d974d2;p=jcontacts-business-core.git Pre cherry-pick: jcontacts-business-core/lib has changed again ... Signed-off-by: Roland Häder --- diff --git a/src/org/mxchange/jcontactsbusiness/employee/Employee.java b/src/org/mxchange/jcontactsbusiness/employee/Employee.java index 071f599..2bf18ec 100644 --- a/src/org/mxchange/jcontactsbusiness/employee/Employee.java +++ b/src/org/mxchange/jcontactsbusiness/employee/Employee.java @@ -19,13 +19,13 @@ package org.mxchange.jcontactsbusiness.employee; import java.io.Serializable; import java.util.Calendar; import org.mxchange.jcontacts.contact.Contact; +import org.mxchange.jcontactsbusiness.basicdata.BusinessBasicData; import org.mxchange.jcontactsbusiness.branch.BranchOffice; import org.mxchange.jcontactsbusiness.department.Department; import org.mxchange.jcontactsbusiness.headquarters.HeadQuartersData; import org.mxchange.jcontactsbusiness.jobposition.JobPosition; import org.mxchange.jphone.phonenumbers.mobile.DialableMobileNumber; import org.mxchange.jusercore.model.user.User; -import org.mxchange.jcontactsbusiness.basicdata.BusinessBasicData; /** * A POJI for employees