This commit is contained in:
Gabriele C
2016-09-07 16:03:12 +02:00
parent 4a2ea7d372
commit 41cd7dd28b
2 changed files with 0 additions and 8 deletions
@@ -9,16 +9,12 @@ import fr.xephi.authme.process.AsynchronousProcess;
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 org.bukkit.entity.Player;
import javax.inject.Inject;
public class AsyncChangePassword implements AsynchronousProcess {
@Inject
private BungeeService bungeeService;
@Inject
private DataSource dataSource;