From 0ddb78788bcb816ca0010fbe8c18e5750e01b48d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 19 Apr 2020 05:14:57 +0200 Subject: [PATCH] Continued: - jcore-utils is a project ONLY for utility classes, not enumerations, so moved it better jcoreee MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../model/opening_time/BusinessOpeningTime.java | 2 +- .../jcontactsbusiness/model/opening_time/OpeningTime.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/org/mxchange/jcontactsbusiness/model/opening_time/BusinessOpeningTime.java b/src/org/mxchange/jcontactsbusiness/model/opening_time/BusinessOpeningTime.java index 8617551..8cd9b13 100644 --- a/src/org/mxchange/jcontactsbusiness/model/opening_time/BusinessOpeningTime.java +++ b/src/org/mxchange/jcontactsbusiness/model/opening_time/BusinessOpeningTime.java @@ -32,8 +32,8 @@ import javax.persistence.Table; import javax.persistence.Temporal; import javax.persistence.TemporalType; import javax.persistence.Transient; +import org.mxchange.jcoreee.dates.DayOfTheWeek; import org.mxchange.jcoreutils.Comparables; -import org.mxchange.jcoreutils.dayoftheweek.DayOfTheWeek; /** * A POJO for business opening hours diff --git a/src/org/mxchange/jcontactsbusiness/model/opening_time/OpeningTime.java b/src/org/mxchange/jcontactsbusiness/model/opening_time/OpeningTime.java index e906d47..45a75dc 100644 --- a/src/org/mxchange/jcontactsbusiness/model/opening_time/OpeningTime.java +++ b/src/org/mxchange/jcontactsbusiness/model/opening_time/OpeningTime.java @@ -18,7 +18,7 @@ package org.mxchange.jcontactsbusiness.model.opening_time; import java.io.Serializable; import java.util.Date; -import org.mxchange.jcoreutils.dayoftheweek.DayOfTheWeek; +import org.mxchange.jcoreee.dates.DayOfTheWeek; /** * A POJI for opening times -- 2.39.5