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
@@ -1,7 +1,7 @@
package fr.xephi.authme.process;
import fr.xephi.authme.AuthMe;
import fr.xephi.authme.manager.IpAddressManager;
import fr.xephi.authme.cache.IpAddressManager;
import fr.xephi.authme.output.MessageKey;
import fr.xephi.authme.output.Messages;
import fr.xephi.authme.settings.NewSetting;