]> git.mxchange.org Git - jcontacts-business-core.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 23 Oct 2022 22:03:33 +0000 (00:03 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 23 Oct 2022 22:03:33 +0000 (00:03 +0200)
- ops, wrong indenting

lib/jcontacts-core.jar
lib/jcountry-core.jar
lib/jphone-core.jar
lib/juser-core.jar
src/org/mxchange/jcontactsbusiness/model/branchoffice/BusinessBranchOffice.java
src/org/mxchange/jcontactsbusiness/model/employee/BusinessEmployee.java

index a30c9f085494b4d59401bd0375883808bbf39d14..45bf39f14cfddd88e5a63ecdf4657b15953d9b3a 100644 (file)
Binary files a/lib/jcontacts-core.jar and b/lib/jcontacts-core.jar differ
index 4b2d15678cfcf1aa7ee7cff2058801e6c085ed11..4c9da69d61018f356ac277fe97e746decce17f03 100644 (file)
Binary files a/lib/jcountry-core.jar and b/lib/jcountry-core.jar differ
index e3d793cb05f6684544c994205b8aceaad136ca50..21441eb64bba1fcf41b8811c46510abbaac2ed0d 100644 (file)
Binary files a/lib/jphone-core.jar and b/lib/jphone-core.jar differ
index 45cf6ed8d92b3024bd5736dc5352193874e1f21b..25195e082635006e73b303c3ea76e2ad9c850de5 100644 (file)
Binary files a/lib/juser-core.jar and b/lib/juser-core.jar differ
index 471983641832eb7f555ed6d9cee7be3ce32787bd..fa105bffb4e9be38e78f66f7afc890987f340e2e 100644 (file)
@@ -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
index 8e199440ba73b63573a84cfedfabd56dc49d6e9c..7bde179223ed8db1ad0b3332884ca2b697e7544a 100644 (file)
@@ -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