]> git.mxchange.org Git - jjobs-war.git/blobdiff - src/java/org/mxchange/jjobs/beans/data/JobsDataWebApplicationBean.java
Please cherry-pick:
[jjobs-war.git] / src / java / org / mxchange / jjobs / beans / data / JobsDataWebApplicationBean.java
index 741988e04d0467977d9bc24e4e6a9f5b9bbe08b7..c8eed4386bf3b749c66ff02fde81974c87eea6fa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2018 Free Software Foundation
+ * Copyright (C) 2017 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -19,7 +19,7 @@ package org.mxchange.jjobs.beans.data;
 import javax.enterprise.context.ApplicationScoped;
 import javax.inject.Named;
 import org.mxchange.jcontacts.model.contact.title.PersonalTitle;
-import org.mxchange.jcontactsbusiness.model.opening_time.dayofweek.DayOfTheWeek;
+import org.mxchange.jcoreee.dates.DayOfTheWeek;
 import org.mxchange.jjobs.beans.BaseJobsBean;
 import org.mxchange.jusercore.model.user.profilemodes.ProfileMode;
 import org.mxchange.jusercore.model.user.status.UserAccountStatus;
@@ -65,9 +65,11 @@ public class JobsDataWebApplicationBean extends BaseJobsBean {
        }
 
        /**
-        * Returns an array of all profile modes <p
-        * <p>
-        * @return An array of all profile modes
+        * Returns an array of all profile modes <p <p>
+        * @
+        *
+        *
+        * return An array of all profile modes
         */
        public ProfileMode[] getProfileModes () {
                return ProfileMode.values();