This is an automated email from the ASF dual-hosted git repository. deepak pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit f9c25f9c459c2176e11f068bd9e1c1168aba040b Author: Deepak Dixit <[email protected]> AuthorDate: Mon Oct 27 17:31:52 2025 +0530 Removed unused import --- .../main/groovy/org/apache/ofbiz/common/CommonServicesScript.groovy | 3 --- 1 file changed, 3 deletions(-) diff --git a/framework/common/src/main/groovy/org/apache/ofbiz/common/CommonServicesScript.groovy b/framework/common/src/main/groovy/org/apache/ofbiz/common/CommonServicesScript.groovy index 2d77ecc497..266f0eed17 100644 --- a/framework/common/src/main/groovy/org/apache/ofbiz/common/CommonServicesScript.groovy +++ b/framework/common/src/main/groovy/org/apache/ofbiz/common/CommonServicesScript.groovy @@ -20,13 +20,10 @@ package org.apache.ofbiz.common import java.math.RoundingMode import java.sql.Timestamp -import java.text.SimpleDateFormat import org.apache.ofbiz.base.util.UtilDateTime import org.apache.ofbiz.base.util.UtilProperties import org.apache.ofbiz.entity.GenericValue -import org.apache.ofbiz.service.ModelService -import org.apache.ofbiz.service.ServiceUtil import org.apache.ofbiz.webapp.event.FileUploadProgressListener /**

