This commit is contained in:
Gabriele C
2016-07-11 22:45:22 +02:00
parent 361039f946
commit 4a37e1a4ab
5 changed files with 0 additions and 29 deletions
@@ -1,6 +1,5 @@
package fr.xephi.authme.process.changepassword;
import fr.xephi.authme.AuthMe;
import fr.xephi.authme.ConsoleLogger;
import fr.xephi.authme.cache.auth.PlayerAuth;
import fr.xephi.authme.cache.auth.PlayerCache;
@@ -11,16 +10,12 @@ import fr.xephi.authme.process.ProcessService;
import fr.xephi.authme.security.PasswordSecurity;
import fr.xephi.authme.security.crypts.HashedPassword;
import fr.xephi.authme.service.BungeeService;
import fr.xephi.authme.util.BukkitService;
import org.bukkit.entity.Player;
import javax.inject.Inject;
public class AsyncChangePassword implements AsynchronousProcess {
@Inject
private AuthMe plugin;
@Inject
private BungeeService bungeeService;
@@ -36,9 +31,6 @@ public class AsyncChangePassword implements AsynchronousProcess {
@Inject
private PlayerCache playerCache;
@Inject
private BukkitService bukkitService;
AsyncChangePassword() { }