From: Roland Häder Date: Sun, 19 Apr 2020 03:14:57 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0ddb78788bcb816ca0010fbe8c18e5750e01b48d;p=jcontacts-business-core.git Continued: - jcore-utils is a project ONLY for utility classes, not enumerations, so moved it better jcoreee Signed-off-by: Roland Häder --- 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