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 c0e9184998 Fixed: Groovy refactoring correction (OFBIZ-12847) c0e9184998 is described below commit c0e91849987f13cc73c78fca7530f5b554756aae Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sat Aug 26 20:11:50 2023 +0200 Fixed: Groovy refactoring correction (OFBIZ-12847) Codenarc error report import org.apache.ofbiz.base.util.UtilDateTime Missed blank line after package statement in file EditFeatureCategoryFeatures.groovy --- .../ofbiz/product/catalog/feature/EditFeatureCategoryFeatures.groovy | 1 + 1 file changed, 1 insertion(+) 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 c6d44d3617..78bf329805 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,6 +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