From: Roland Häder Date: Sun, 23 Oct 2022 22:03:33 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ab7dc4f7001d7fb798cf6691257caf78c8e80c2c;p=jcontacts-business-core.git Continued: - ops, wrong indenting --- diff --git a/lib/jcontacts-core.jar b/lib/jcontacts-core.jar index a30c9f0..45bf39f 100644 Binary files a/lib/jcontacts-core.jar and b/lib/jcontacts-core.jar differ diff --git a/lib/jcountry-core.jar b/lib/jcountry-core.jar index 4b2d156..4c9da69 100644 Binary files a/lib/jcountry-core.jar and b/lib/jcountry-core.jar differ diff --git a/lib/jphone-core.jar b/lib/jphone-core.jar index e3d793c..21441eb 100644 Binary files a/lib/jphone-core.jar and b/lib/jphone-core.jar differ diff --git a/lib/juser-core.jar b/lib/juser-core.jar index 45cf6ed..25195e0 100644 Binary files a/lib/juser-core.jar and b/lib/juser-core.jar differ diff --git a/src/org/mxchange/jcontactsbusiness/model/branchoffice/BusinessBranchOffice.java b/src/org/mxchange/jcontactsbusiness/model/branchoffice/BusinessBranchOffice.java index 4719836..fa105bf 100644 --- a/src/org/mxchange/jcontactsbusiness/model/branchoffice/BusinessBranchOffice.java +++ b/src/org/mxchange/jcontactsbusiness/model/branchoffice/BusinessBranchOffice.java @@ -353,7 +353,7 @@ public class BusinessBranchOffice implements BranchOffice { // ... suite number ... SafeNumberUtils.compare(this.getBranchSuiteNumber(), branchOffice.getBranchSuiteNumber()), // ... owning user -UserUtils.compare(this.getBranchUserOwner(), branchOffice.getBranchUserOwner()) + UserUtils.compare(this.getBranchUserOwner(), branchOffice.getBranchUserOwner()) }; // Check all values diff --git a/src/org/mxchange/jcontactsbusiness/model/employee/BusinessEmployee.java b/src/org/mxchange/jcontactsbusiness/model/employee/BusinessEmployee.java index 8e19944..7bde179 100644 --- a/src/org/mxchange/jcontactsbusiness/model/employee/BusinessEmployee.java +++ b/src/org/mxchange/jcontactsbusiness/model/employee/BusinessEmployee.java @@ -47,11 +47,11 @@ import org.mxchange.jcontactsbusiness.model.headquarter.BusinessHeadquarter; import org.mxchange.jcontactsbusiness.model.headquarter.Headquarter; import org.mxchange.jcontactsbusiness.model.jobposition.EmployeePosition; import org.mxchange.jcontactsbusiness.model.jobposition.HireableJobPosition; -import org.mxchange.jcontactsbusiness.model.utils.JobPositionUtils; import org.mxchange.jcontactsbusiness.model.utils.BasicDataUtils; import org.mxchange.jcontactsbusiness.model.utils.BranchOfficeUtils; import org.mxchange.jcontactsbusiness.model.utils.DepartmentUtils; import org.mxchange.jcontactsbusiness.model.utils.HeadquarterUtils; +import org.mxchange.jcontactsbusiness.model.utils.JobPositionUtils; import org.mxchange.jcoreutils.comparable.ComparableUtils; import org.mxchange.jphone.model.phonenumbers.mobile.DialableMobileNumber; import org.mxchange.jphone.model.phonenumbers.mobile.MobileNumber; @@ -231,7 +231,7 @@ public class BusinessEmployee implements Employable { // ... company data (BasicData) BasicDataUtils.compare(this.getEmployeeBasicData(), employable.getEmployeeBasicData()), // ... job position -JobPositionUtils.compare(this.getEmployeeJobPosition(), employable.getEmployeeJobPosition()), + JobPositionUtils.compare(this.getEmployeeJobPosition(), employable.getEmployeeJobPosition()), // ... department DepartmentUtils.compare(this.getEmployeeDepartment(), employable.getEmployeeDepartment()), // ... branch office