Moved some common utils to gameserver.
This commit is contained in:
@ -20,7 +20,7 @@ import java.util.BitSet;
|
||||
import java.util.concurrent.atomic.AtomicInteger;
|
||||
|
||||
import com.l2jmobius.commons.concurrent.ThreadPool;
|
||||
import com.l2jmobius.commons.util.PrimeFinder;
|
||||
import com.l2jmobius.gameserver.util.PrimeFinder;
|
||||
|
||||
/**
|
||||
* This class ..
|
||||
|
@ -9,7 +9,7 @@
|
||||
* suitability of this software for any purpose. It is provided "as is"
|
||||
* without expressed or implied warranty.
|
||||
*/
|
||||
package com.l2jmobius.commons.util;
|
||||
package com.l2jmobius.gameserver.util;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
Reference in New Issue
Block a user