- Rename 'EmailShowCommand' -> 'ShowEmailCommand'

- Command detailed description should ends with '.'
This commit is contained in:
DNx5
2016-10-17 22:33:04 +07:00
parent 71e4c59c20
commit b10b67b22f
2 changed files with 4 additions and 4 deletions
@@ -15,7 +15,7 @@ import java.util.List;
* Created on 17/10/2016.
* Author: DNx
*/
public class EmailShowCommand extends PlayerCommand {
public class ShowEmailCommand extends PlayerCommand {
@Inject
private Management management;