From: Roland Häder Date: Sun, 13 Nov 2022 21:15:04 +0000 (+0100) Subject: Please cherry-pick: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e32ae7eb38487b88d70f80442916f94b84d33e1e;p=jjobs-war.git Please cherry-pick: - removed System.*.out.println() lines - sorted import lines --- diff --git a/src/java/org/mxchange/jjobs/beans/business/branchoffice/action/JobsAdminDepartmentActionWebRequestBean.java b/src/java/org/mxchange/jjobs/beans/business/branchoffice/action/JobsAdminDepartmentActionWebRequestBean.java index 00904f3b..b5af1e5f 100644 --- a/src/java/org/mxchange/jjobs/beans/business/branchoffice/action/JobsAdminDepartmentActionWebRequestBean.java +++ b/src/java/org/mxchange/jjobs/beans/business/branchoffice/action/JobsAdminDepartmentActionWebRequestBean.java @@ -38,8 +38,8 @@ import org.mxchange.jcontactsbusiness.model.branchoffice.BranchOffice; import org.mxchange.jcontactsbusiness.model.department.AdminDepartmentSessionBeanRemote; import org.mxchange.jcontactsbusiness.model.department.BusinessDepartment; import org.mxchange.jcontactsbusiness.model.department.Department; -import org.mxchange.jcontactsbusiness.model.utils.DepartmentUtils; import org.mxchange.jcontactsbusiness.model.headquarter.Headquarter; +import org.mxchange.jcontactsbusiness.model.utils.DepartmentUtils; import org.mxchange.jjobs.beans.BaseJobsBean; import org.mxchange.jjobs.beans.business.department.list.JobsDepartmentListWebViewController; import org.mxchange.jusercore.model.user.User; @@ -365,9 +365,7 @@ public class JobsAdminDepartmentActionWebRequestBean extends BaseJobsBean implem } // Copy all fields - System.out.println("departmentLead=" + this.getCurrentDepartment().getDepartmentLead() + " - BEFORE!"); DepartmentUtils.copyDepartmentData(department, this.getCurrentDepartment()); - System.out.println("departmentLead=" + this.getCurrentDepartment().getDepartmentLead() + " - AFTER!"); // Initialize updated instance final Department updatedDepartment;