Organize imports

This commit is contained in:
Gabriele C
2015-10-09 19:18:24 +02:00
parent 193c9eda43
commit 3567fc909d
48 changed files with 364 additions and 254 deletions
@@ -1,11 +1,12 @@
package fr.xephi.authme.task;
import org.bukkit.entity.Player;
import org.bukkit.scheduler.BukkitTask;
import fr.xephi.authme.AuthMe;
import fr.xephi.authme.Utils;
import fr.xephi.authme.cache.auth.PlayerCache;
import fr.xephi.authme.cache.limbo.LimboCache;
import org.bukkit.entity.Player;
import org.bukkit.scheduler.BukkitTask;
public class MessageTask implements Runnable {