- Added Test for '/email show' command.

- Update javadoc & cleanup.
This commit is contained in:
DNx5
2016-10-17 23:29:45 +07:00
parent b10b67b22f
commit b55805ff87
2 changed files with 79 additions and 7 deletions
@@ -5,21 +5,15 @@ import fr.xephi.authme.command.PlayerCommand;
import fr.xephi.authme.data.auth.PlayerAuth;
import fr.xephi.authme.data.auth.PlayerCache;
import fr.xephi.authme.message.MessageKey;
import fr.xephi.authme.process.Management;
import org.bukkit.entity.Player;
import javax.inject.Inject;
import java.util.List;
/**
* Created on 17/10/2016.
* Author: DNx
* Show email command.
*/
public class ShowEmailCommand extends PlayerCommand {
@Inject
private Management management;
@Inject
private CommandService commandService;