This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new b4949dba52 Fixed: Groovy refactoring correction (OFBIZ-12847)
b4949dba52 is described below

commit b4949dba52ce13a195f5008e93a7916c5796a5d3
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Wed Aug 23 10:27:13 2023 +0200

    Fixed: Groovy refactoring correction (OFBIZ-12847)
    
    Some corrections due to groovy refactoring "mistakes".
    
    Thanks: Ingo Wolfmayr
---
 .../ofbiz/product/catalog/feature/EditFeatureCategoryFeatures.groovy    | 2 +-
 ...roductContentServices.groovy => ProductContentServicesScript.groovy} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/applications/product/src/main/groovy/org/apache/ofbiz/product/catalog/feature/EditFeatureCategoryFeatures.groovy
 
b/applications/product/src/main/groovy/org/apache/ofbiz/product/catalog/feature/EditFeatureCategoryFeatures.groovy
index 8a3045a885..c6d44d3617 100644
--- 
a/applications/product/src/main/groovy/org/apache/ofbiz/product/catalog/feature/EditFeatureCategoryFeatures.groovy
+++ 
b/applications/product/src/main/groovy/org/apache/ofbiz/product/catalog/feature/EditFeatureCategoryFeatures.groovy
@@ -17,7 +17,7 @@
  * under the License.
 */
 package org.apache.ofbiz.product.catalog.feature
-
+import org.apache.ofbiz.base.util.UtilDateTime
 import org.apache.ofbiz.entity.GenericEntityException
 import org.apache.ofbiz.entity.transaction.TransactionUtil
 
diff --git 
a/applications/product/src/main/groovy/org/apache/ofbiz/product/product/product/ProductContentServices.groovy
 
b/applications/product/src/main/groovy/org/apache/ofbiz/product/product/product/ProductContentServicesScript.groovy
similarity index 100%
rename from 
applications/product/src/main/groovy/org/apache/ofbiz/product/product/product/ProductContentServices.groovy
rename to 
applications/product/src/main/groovy/org/apache/ofbiz/product/product/product/ProductContentServicesScript.groovy

Reply via email to