Moved cron4j to gameserver util package.

This commit is contained in:
MobiusDev
2017-08-07 23:11:55 +00:00
parent 95e7d1939d
commit 97ad66256a
27 changed files with 30 additions and 30 deletions

View File

@ -29,8 +29,8 @@ import java.util.logging.Logger;
import com.l2jmobius.commons.database.DatabaseFactory;
import com.l2jmobius.gameserver.ThreadPoolManager;
import com.l2jmobius.gameserver.model.StatsSet;
import com.l2jmobius.gameserver.model.eventengine.cron4j.PastPredictor;
import com.l2jmobius.gameserver.model.eventengine.cron4j.Predictor;
import com.l2jmobius.gameserver.util.cron4j.PastPredictor;
import com.l2jmobius.gameserver.util.cron4j.Predictor;
/**
* @author UnAfraid

View File

@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package com.l2jmobius.gameserver.model.eventengine.cron4j;
package com.l2jmobius.gameserver.util.cron4j;
/**
* This ValueMatcher always returns true!

View File

@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package com.l2jmobius.gameserver.model.eventengine.cron4j;
package com.l2jmobius.gameserver.util.cron4j;
import java.util.ArrayList;

View File

@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package com.l2jmobius.gameserver.model.eventengine.cron4j;
package com.l2jmobius.gameserver.util.cron4j;
import java.util.ArrayList;

View File

@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package com.l2jmobius.gameserver.model.eventengine.cron4j;
package com.l2jmobius.gameserver.util.cron4j;
/**
* <p>

View File

@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package com.l2jmobius.gameserver.model.eventengine.cron4j;
package com.l2jmobius.gameserver.util.cron4j;
import java.util.Calendar;
import java.util.Date;

View File

@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package com.l2jmobius.gameserver.model.eventengine.cron4j;
package com.l2jmobius.gameserver.util.cron4j;
import java.util.Calendar;
import java.util.Date;

View File

@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package com.l2jmobius.gameserver.model.eventengine.cron4j;
package com.l2jmobius.gameserver.util.cron4j;
import java.util.ArrayList;
import java.util.Calendar;

View File

@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package com.l2jmobius.gameserver.model.eventengine.cron4j;
package com.l2jmobius.gameserver.util.cron4j;
/**
* <p>