Move managers to the cache package

- Not entirely accurate name but not really worth to have a separate package for managers
This commit is contained in:
ljacqu
2016-03-05 16:03:00 +01:00
parent fd8db2cd51
commit 19adcdcceb
9 changed files with 9 additions and 7 deletions
@@ -7,7 +7,7 @@ import fr.xephi.authme.ConsoleLogger;
import fr.xephi.authme.cache.auth.PlayerAuth;
import fr.xephi.authme.cache.auth.PlayerCache;
import fr.xephi.authme.datasource.DataSource;
import fr.xephi.authme.manager.IpAddressManager;
import fr.xephi.authme.cache.IpAddressManager;
import fr.xephi.authme.security.crypts.HashedPassword;
import org.bukkit.entity.Player;
import org.bukkit.plugin.messaging.PluginMessageListener;