From 66a1320082de29e09c299e48c48e888ea8c8b275 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 7 Oct 2022 20:05:27 +0200 Subject: [PATCH] updated references MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- src/org/mxchange/jproduct/model/category/ProductCategory.java | 2 +- src/org/mxchange/jproduct/model/product/GenericProduct.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/org/mxchange/jproduct/model/category/ProductCategory.java b/src/org/mxchange/jproduct/model/category/ProductCategory.java index 4c1a7ab..b5c51e5 100644 --- a/src/org/mxchange/jproduct/model/category/ProductCategory.java +++ b/src/org/mxchange/jproduct/model/category/ProductCategory.java @@ -34,7 +34,7 @@ import javax.persistence.Temporal; import javax.persistence.TemporalType; import javax.persistence.Transient; import org.apache.commons.lang3.StringUtils; -import org.mxchange.jcoreutils.Comparables; +import org.mxchange.jcoreutils.comparable.Comparables; import org.mxchange.jproduct.model.utils.CategoryUtils; /** diff --git a/src/org/mxchange/jproduct/model/product/GenericProduct.java b/src/org/mxchange/jproduct/model/product/GenericProduct.java index 04457e3..428244a 100644 --- a/src/org/mxchange/jproduct/model/product/GenericProduct.java +++ b/src/org/mxchange/jproduct/model/product/GenericProduct.java @@ -42,8 +42,8 @@ import org.apache.commons.lang3.StringUtils; import org.mxchange.jcontactsbusiness.model.basicdata.BasicData; import org.mxchange.jcontactsbusiness.model.basicdata.BusinessBasicData; import org.mxchange.jcontactsbusiness.model.utils.BasicDataUtils; -import org.mxchange.jcoreutils.Comparables; -import org.mxchange.jcoreutils.SafeNumberUtils; +import org.mxchange.jcoreutils.comparable.Comparables; +import org.mxchange.jcoreutils.number.SafeNumberUtils; import org.mxchange.jproduct.model.category.Category; import org.mxchange.jproduct.model.category.ProductCategory; import org.mxchange.jproduct.model.product.agegroup.AgeGroup; -- 2.39.5